avr: fixed a bug.

This commit is contained in:
Martin Preuss
2026-01-23 22:23:32 +01:00
parent c59cdb1470
commit 026e9179e7
2 changed files with 4 additions and 17 deletions

View File

@@ -288,19 +288,6 @@ test:
bigcall OBJ_HandleSignal
#if 0
ldi xl, LOW(EEPROM_OFFS_TLV)
ldi xh, HIGH(EEPROM_OFFS_TLV)
eeloop:
bigcall Eeprom_CheckAddr
brcc eeloop_end
ldi r16, 0xff
bigcall Eeprom_WriteByte
adiw xh:xl, 1
rjmp eeloop
eeloop_end:
#endif
ret