diff options
| author | Akshay Nair <phenax5@gmail.com> | 2026-02-06 16:46:28 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2026-02-07 17:53:19 +0530 |
| commit | eef689b2e209dcf84c149ee4866c2a007676dc71 (patch) | |
| tree | c814443ad4b19bebe8396d645520ce3db50bc04b /justfile | |
| parent | d544925cf75a05b681cadfc11b7d8a2d98de6679 (diff) | |
| download | daft-watch-eef689b2e209dcf84c149ee4866c2a007676dc71.tar.gz daft-watch-eef689b2e209dcf84c149ee4866c2a007676dc71.zip | |
Fix timer interrupt priority + refactor
Diffstat (limited to '')
| -rw-r--r-- | justfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
