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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/ARM7-LPC214x-GCC/buzzer.c b/demos/ARM7-LPC214x-GCC/buzzer.c
index a93bafa98..218d920d0 100644
--- a/demos/ARM7-LPC214x-GCC/buzzer.c
+++ b/demos/ARM7-LPC214x-GCC/buzzer.c
@@ -89,4 +89,4 @@ void PlaySoundWait(int freq, t_time duration) {
StartCounter(tc);
chThdSleep(duration);
StopCounter(tc);
-} \ No newline at end of file
+}