浏览代码

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

Scott Lahteine 9 年前
父节点
当前提交
bb44fe17cf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Marlin/buzzer.h

+ 1
- 1
Marlin/buzzer.h 查看文件

@@ -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

正在加载...
取消
保存