avr: removed unused code.
This commit is contained in:
@@ -325,9 +325,6 @@ sramTimerEnqueueValues: .byte 2
|
||||
#ifdef MODULES_LCD
|
||||
sramPeriodicalLcdMark: .byte 2
|
||||
#endif
|
||||
#ifdef MODULES_REED
|
||||
sramTimerReedCheck: .byte 2
|
||||
#endif
|
||||
|
||||
|
||||
; ***************************************************************************
|
||||
@@ -365,9 +362,6 @@ timerList:
|
||||
#endif
|
||||
#ifdef MODULES_CNY70
|
||||
.dw sramTimerCny70SendAdc, sendAdc, TIMER_FLAGS_IF_ADDR, 30 ; every 30s
|
||||
#endif
|
||||
#ifdef MODULES_REED
|
||||
; .dw sramTimerReedCheck, REED_Timer, TIMER_FLAGS_IF_ADDR, 1 ; every 1s
|
||||
#endif
|
||||
.dw 0 ; end of list
|
||||
|
||||
|
||||
@@ -170,17 +170,6 @@ REED_Every100ms:
|
||||
|
||||
|
||||
|
||||
REED_Timer:
|
||||
push r15
|
||||
in r15, SREG
|
||||
cli
|
||||
rcall reedHandleChanges
|
||||
out SREG, r15
|
||||
pop r15
|
||||
ret
|
||||
|
||||
|
||||
|
||||
; ---------------------------------------------------------------------------
|
||||
; @routine reedSetupConfig
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user