summaryrefslogtreecommitdiff
path: root/quantum/beeps.h
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-01-11 16:53:33 -0500
committerJack Humbert <jack.humb@gmail.com>2016-01-11 16:53:33 -0500
commit29de37d5c0ea9fc6b5539ce4493c7b10a2a7f33f (patch)
treececb16f2969a1d250b45d828df1e700bce1d8c40 /quantum/beeps.h
parent11ce694557389bdde2b5ae15af38fdad3fe77a27 (diff)
pwm audio
Diffstat (limited to 'quantum/beeps.h')
-rw-r--r--quantum/beeps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/beeps.h b/quantum/beeps.h
index 378983c605..a7fcf6c23c 100644
--- a/quantum/beeps.h
+++ b/quantum/beeps.h
@@ -9,4 +9,4 @@ void true_note(float x, float y, float length);
void play_note(double freq, int vol);
void stop_note(double freq);
void stop_all_notes();
-void init_notes(); \ No newline at end of file
+void init_notes();