fixed a bug.

This commit is contained in:
Martin Preuss
2025-07-07 21:53:35 +02:00
parent b709b7e624
commit 04c02b5e33

View File

@@ -69,12 +69,6 @@ Eeprom_CheckAddr:
subi r16, LOW(EEPROMEND)
mov r16, xh
sbci r16, HIGH(EEPROMEND)
brcc Eeprom_CheckAddr_ok
clc
rjmp Eeprom_CheckAddr_end
Eeprom_CheckAddr_ok:
sec
Eeprom_CheckAddr_end:
ret
; @end