avr: removed unneeded defs.

This commit is contained in:
Martin Preuss
2023-04-08 02:49:24 +02:00
parent 398f675022
commit 7625a84c08

View File

@@ -6,14 +6,6 @@
.equ TIMER_FLAGS_100MS = 1
.equ TIMER_FLAGS_1S = 2
.equ TIMER_CALLBACK_10S = 0x01
.equ TIMER_CALLBACK_30S = 0x02
.equ TIMER_CALLBACK_1M = 0x04
.equ TIMER_CALLBACK_15M = 0x08
.equ TIMER_CALLBACK_30M = 0x10
.equ TIMER_CALLBACK_1H = 0x20
.equ TIMER_CALLBACK_12H = 0x40
.equ TIMER_CALLBACK_1D = 0x80