This website works better with JavaScript.
Home
Start
Help
Sign In
thomas
/
marlin
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix typo in buzzer.h endif (PR#2337)
Scott Lahteine
9 years ago
parent
36746143a1
commit
bb44fe17cf
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
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
Write
Preview
Loading…
Cancel
Save