diff options
| author | Jack Humbert | 2016-01-11 22:53:33 +0100 |
|---|---|---|
| committer | Jack Humbert | 2016-01-11 22:53:33 +0100 |
| commit | 29de37d5c0ea9fc6b5539ce4493c7b10a2a7f33f (patch) | |
| tree | cecb16f2969a1d250b45d828df1e700bce1d8c40 /quantum/beeps.h | |
| parent | 11ce694557389bdde2b5ae15af38fdad3fe77a27 (diff) | |
pwm audio
Diffstat (limited to 'quantum/beeps.h')
| -rw-r--r-- | quantum/beeps.h | 2 |
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(); |