aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARM7-LPC214x-GCC/buzzer.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-12-18 09:41:28 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-12-18 09:41:28 +0000
commitcae69c784f75c1d2ace5465aff052d2d4a1b5a42 (patch)
treea39e45b4cf8fa17de3cb716d341f43aea2be6ee8 /demos/ARM7-LPC214x-GCC/buzzer.c
parent0bb20d36f4f1c8457416167b399d976d26660611 (diff)
downloadChibiOS-cae69c784f75c1d2ace5465aff052d2d4a1b5a42.tar.gz
ChibiOS-cae69c784f75c1d2ace5465aff052d2d4a1b5a42.tar.bz2
ChibiOS-cae69c784f75c1d2ace5465aff052d2d4a1b5a42.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@143 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARM7-LPC214x-GCC/buzzer.c')
-rw-r--r--demos/ARM7-LPC214x-GCC/buzzer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/ARM7-LPC214x-GCC/buzzer.c b/demos/ARM7-LPC214x-GCC/buzzer.c
index 7d80d8881..9ee122fe1 100644
--- a/demos/ARM7-LPC214x-GCC/buzzer.c
+++ b/demos/ARM7-LPC214x-GCC/buzzer.c
@@ -27,6 +27,7 @@
#include <ch.h>
#include "lpc214x.h"
+#include "board.h"
#include "buzzer.h"
EventSource BuzzerSilentEventSource;