Mathias Rasmussen / Music
Revision:
8:877d9cd31d87
Parent:
7:9837cd1a23c6
diff -r 9837cd1a23c6 -r 877d9cd31d87 play_buzzer.h
--- a/play_buzzer.h	Fri Jan 11 08:24:09 2019 +0000
+++ b/play_buzzer.h	Fri Jan 11 08:32:32 2019 +0000
@@ -25,7 +25,7 @@
     Timeout toff;
 ///FUNCTIONS AND CONSTRUCTOR
 public:
-    void play_buzzer(PinName);
+    play_buzzer(PinName);
     void beep (int notes, int tones);
     void nobeep();
     int play(int song);