summaryrefslogtreecommitdiffstats
path: root/watch-library/watch/watch_buzzer.c
diff options
context:
space:
mode:
Diffstat (limited to 'watch-library/watch/watch_buzzer.c')
-rw-r--r--watch-library/watch/watch_buzzer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/watch-library/watch/watch_buzzer.c b/watch-library/watch/watch_buzzer.c
index 9cb37393..007a44ca 100644
--- a/watch-library/watch/watch_buzzer.c
+++ b/watch-library/watch/watch_buzzer.c
@@ -22,6 +22,8 @@
* SOFTWARE.
*/
+#include "watch_buzzer.h"
+
inline void watch_enable_buzzer() {
if (!hri_tcc_get_CTRLA_reg(TCC0, TCC_CTRLA_ENABLE)) {
_watch_enable_tcc();