diff options
author | Wesley Aptekar-Cassels <me@wesleyac.com> | 2023-11-15 19:21:43 -0500 |
---|---|---|
committer | Wesley Aptekar-Cassels <me@wesleyac.com> | 2024-01-09 16:22:21 -0500 |
commit | 50dccd07d3fe39f1a0f4648dd3812561d4a52974 (patch) | |
tree | 9a77600954aa7f8f88901d28633984653f4b9773 /watch-library/simulator | |
parent | e9fe4aeefe7e56d637f7fbf35772f5bb37aff911 (diff) | |
download | Sensor-Watch-50dccd07d3fe39f1a0f4648dd3812561d4a52974.tar.gz Sensor-Watch-50dccd07d3fe39f1a0f4648dd3812561d4a52974.tar.bz2 Sensor-Watch-50dccd07d3fe39f1a0f4648dd3812561d4a52974.zip |
buzzer: fix simulator build, refactor sequence_length.
Diffstat (limited to 'watch-library/simulator')
-rw-r--r-- | watch-library/simulator/watch/watch_buzzer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/watch-library/simulator/watch/watch_buzzer.c b/watch-library/simulator/watch/watch_buzzer.c index 211235df..7ccb8545 100644 --- a/watch-library/simulator/watch/watch_buzzer.c +++ b/watch-library/simulator/watch/watch_buzzer.c @@ -23,6 +23,7 @@ */ #include "watch_buzzer.h" +#include "watch_private_buzzer.h" #include "watch_main_loop.h" #include <emscripten.h> |