avr: fixed apidoc.
This commit is contained in:
@@ -445,7 +445,7 @@ LCD_PrintChar_error:
|
|||||||
;
|
;
|
||||||
; @return CFLAG set if okay, cleared on error
|
; @return CFLAG set if okay, cleared on error
|
||||||
; @param R16 byte to convert to hex
|
; @param R16 byte to convert to hex
|
||||||
; @clobbers r15, r16, r17, Z
|
; @clobbers r15, r16, r17, r20, Z
|
||||||
|
|
||||||
LCD_PrintHexByte:
|
LCD_PrintHexByte:
|
||||||
in r15, SREG
|
in r15, SREG
|
||||||
@@ -481,7 +481,7 @@ LCD_PrintHexByte_error:
|
|||||||
; @return CFLAG set if okay, cleared on error
|
; @return CFLAG set if okay, cleared on error
|
||||||
; @param r18 low byte of the word
|
; @param r18 low byte of the word
|
||||||
; @param r19 high byte of the word
|
; @param r19 high byte of the word
|
||||||
; @clobbers r15, r16, r17, Z
|
; @clobbers r15, r16, r17, r22, Z
|
||||||
|
|
||||||
LCD_PrintHexWord:
|
LCD_PrintHexWord:
|
||||||
in r15, SREG
|
in r15, SREG
|
||||||
|
|||||||
Reference in New Issue
Block a user