Merge pull request #1269 from pkendall64/crsf-max-output
[ExpressLRS.git] / src / lib / BUZZER / devBuzzer.h
blob0fe2f353d97f01cb82823f7031401a960352e7f4
1 #pragma once
3 #include "device.h"
5 #if defined(GPIO_PIN_BUZZER) && (GPIO_PIN_BUZZER != UNDEF_PIN) && !defined(DISABLE_ALL_BEEPS)
6 extern device_t Buzzer_device;
7 #define HAS_BUZZER
8 #endif