Browse Source

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

Scott Lahteine 9 years ago
parent
commit
bb44fe17cf
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/buzzer.h

+ 1
- 1
Marlin/buzzer.h View File

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

Loading…
Cancel
Save