fixed apidoc.
This commit is contained in:
@@ -533,7 +533,7 @@ appRouterReadConfFromEeprom:
|
|||||||
rcall Eeprom_ReadByte
|
rcall Eeprom_ReadByte
|
||||||
brcc appRouterReadConfFromEeprom_end
|
brcc appRouterReadConfFromEeprom_end
|
||||||
cpi r16, 0xff
|
cpi r16, 0xff
|
||||||
breq appRouterReadConfFromEeprom_okay
|
breq appRouterReadConfFromEeprom_okay ; not set, jmp
|
||||||
cpi r16, 2 ; range should at least start at 2 to assign 1 to router
|
cpi r16, 2 ; range should at least start at 2 to assign 1 to router
|
||||||
brcs appRouterReadConfFromEeprom_okay
|
brcs appRouterReadConfFromEeprom_okay
|
||||||
sts appRouterRangeBegin, r16
|
sts appRouterRangeBegin, r16
|
||||||
@@ -553,6 +553,7 @@ appRouterReadConfFromEeprom_okay:
|
|||||||
sec
|
sec
|
||||||
appRouterReadConfFromEeprom_end:
|
appRouterReadConfFromEeprom_end:
|
||||||
ret
|
ret
|
||||||
|
; @end
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user