From eef689b2e209dcf84c149ee4866c2a007676dc71 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 6 Feb 2026 16:46:28 +0530 Subject: Fix timer interrupt priority + refactor --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'justfile') diff --git a/justfile b/justfile index eec984d..224a293 100644 --- a/justfile +++ b/justfile @@ -8,7 +8,7 @@ AVR_LIBC := env("AVR_LIBC", "/usr/lib/avr") F_CPU := "32768" MCU := "attiny84a" MCU_PART := "attiny84" -SRCS := "./src/main.c ./src/display.c" +SRCS := "src/main.c src/display.c src/rtc.c" OUTDIR := "./out" PROGRAMMER := "arduino" UPLOAD_SPEED := "19200" -- cgit v1.3.1