Fix typo in buzzer.h endif (PR#2337)

This commit is contained in:
Scott Lahteine 2015-06-27 00:05:34 -07:00 committed by Richard Wackerbarth
parent 36746143a1
commit bb44fe17cf

View File

@ -5,4 +5,4 @@
void buzz(long duration,uint16_t freq);
#endif
#endif BUZZER_H
#endif //BUZZER_H