diff options
Diffstat (limited to 'src/stm/ao_beep_stm.c')
-rw-r--r-- | src/stm/ao_beep_stm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stm/ao_beep_stm.c b/src/stm/ao_beep_stm.c index 2746d7f8..2bcd6849 100644 --- a/src/stm/ao_beep_stm.c +++ b/src/stm/ao_beep_stm.c @@ -17,6 +17,7 @@ */ #include "ao.h" +#include "ao_beep.h" #if BEEPER_TIMER == 2 #define stm_beeper stm_tim2 |