avr: removed unused code.

This commit is contained in:
Martin Preuss
2023-05-14 22:24:05 +02:00
parent 54301fed44
commit 3e85dc9bd5
2 changed files with 0 additions and 17 deletions

View File

@@ -170,17 +170,6 @@ REED_Every100ms:
REED_Timer:
push r15
in r15, SREG
cli
rcall reedHandleChanges
out SREG, r15
pop r15
ret
; ---------------------------------------------------------------------------
; @routine reedSetupConfig
;