0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-05-15 02:36:46 +00:00

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