0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-03-15 10:46:18 +00:00

🩹 Fix a BUZZ (#24740)

This commit is contained in:
Ruedi Steinmann 2022-09-09 22:33:54 +02:00 committed by Scott Lahteine
parent 03adbb18ef
commit 15992f6426

View file

@ -30,9 +30,7 @@
#include "spindle_laser_types.h"
#if HAS_BEEPER
#include "../libs/buzzer.h"
#endif
#include "../libs/buzzer.h"
// Inline laser power
#include "../module/planner.h"