avr: some more cleanup.

This commit is contained in:
Martin Preuss
2023-04-12 23:40:30 +02:00
parent 34deb42da5
commit a61226c3d9
2 changed files with 4 additions and 149 deletions

View File

@@ -263,10 +263,9 @@
.dseg
sramTimerProtocolEverySec: .byte 2
sramTimerWriteStats: .byte 2
sramTimerEnqueueMemStats: .byte 2
sramTimerEnqueueSysStats: .byte 2
#ifdef MODULES_LCD
sramTimerWriteStats: .byte 2
#endif
sramTimerEnqueueValues: .byte 2
sramTimerSI7021Measure: .byte 2
#ifdef MODULES_LCD
@@ -281,7 +280,7 @@ sramTimerSI7021Measure: .byte 2
ledA3Flash: .db DDRA+0x20, PORTA+0x20, PINA+0x20, (1<<PORTA3)
blinkPattern: .db 2, 50, 0xff, 0xff ; 1 short blink, 2s pause, restart
blinkPattern2: .db 2, 2, 0xff, 0xff ; 1 short blink, short pause, restart
;blinkPattern2: .db 2, 2, 0xff, 0xff ; 1 short blink, short pause, restart