From 7625a84c080dd932f05346f081954caa2e3924d7 Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Sat, 8 Apr 2023 02:49:24 +0200 Subject: [PATCH] avr: removed unneeded defs. --- avr/timer.asm | 8 -------- 1 file changed, 8 deletions(-) diff --git a/avr/timer.asm b/avr/timer.asm index 1b379f4..d91e4fd 100644 --- a/avr/timer.asm +++ b/avr/timer.asm @@ -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