Major refactor of RTC-related code

This commit is contained in:
2020-11-20 11:16:02 +01:00
parent ffdd2beb35
commit 20663bbc13
12 changed files with 264 additions and 114 deletions

View File

@@ -17,5 +17,5 @@ void ptimer_init(void)
// ~100 Hz
ISR(TIMER2_COMP_vect)
{
if(tim_debounce) --tim_debounce;
if(tim_debounce) --tim_debounce;
}