mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-23 20:18:52 +00:00
0c7f7ebcfb
Keep "astyled" reformatting
8 lines
126 B
C
8 lines
126 B
C
#ifndef BUZZER_H
|
|
#define BUZZER_H
|
|
|
|
#if HAS_BUZZER
|
|
void buzz(long duration, uint16_t freq);
|
|
#endif
|
|
|
|
#endif //BUZZER_H
|