aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARM7-LPC214x-GCC/buzzer.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/ARM7-LPC214x-GCC/buzzer.c')
-rw-r--r--demos/ARM7-LPC214x-GCC/buzzer.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/ARM7-LPC214x-GCC/buzzer.c b/demos/ARM7-LPC214x-GCC/buzzer.c
index 1d3350bb2..2e7c0bd98 100644
--- a/demos/ARM7-LPC214x-GCC/buzzer.c
+++ b/demos/ARM7-LPC214x-GCC/buzzer.c
@@ -24,10 +24,10 @@
* The driver also generates an event when the sound is done and the buzzer
* goes silent.
*/
-#include <ch.h>
-#include "lpc214x.h"
-#include "board.h"
+#include "ch.h"
+#include "hal.h"
+
#include "buzzer.h"
EventSource BuzzerSilentEventSource;