diff options
author | Joey Castillo <jose.castillo@gmail.com> | 2021-10-23 16:13:11 -0400 |
---|---|---|
committer | Joey Castillo <jose.castillo@gmail.com> | 2021-10-23 16:13:11 -0400 |
commit | 8f6cd8b29062622095c489235061287f13e74dda (patch) | |
tree | c7087e2deae1c7b093b83d8ed8f6b9d7bf76057f /make.mk | |
parent | f1a706792e995f45b6b6f2ef70b2318253002249 (diff) | |
download | Sensor-Watch-8f6cd8b29062622095c489235061287f13e74dda.tar.gz Sensor-Watch-8f6cd8b29062622095c489235061287f13e74dda.tar.bz2 Sensor-Watch-8f6cd8b29062622095c489235061287f13e74dda.zip |
move weekday lookup to new utilities file
Diffstat (limited to 'make.mk')
-rw-r--r-- | make.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -81,6 +81,7 @@ SRCS += \ $(TOP)/watch-library/watch/watch_i2c.c \ $(TOP)/watch-library/watch/watch_uart.c \ $(TOP)/watch-library/watch/watch_deepsleep.c \ + $(TOP)/watch-library/watch/watch_utility.c \ $(TOP)/watch-library/watch/watch_private.c \ $(TOP)/watch-library/watch/watch.c \ $(TOP)/watch-library/hal/src/hal_atomic.c \ |