Silence unused-variable warning (#2872)
[ExpressLRS.git] / src / lib / BUZZER / devBuzzer.h
blob482481623da5b67f1532018c867eb3a6ab6215c9
1 #pragma once
3 #include "device.h"
5 #if defined(GPIO_PIN_BUZZER)
6 extern device_t Buzzer_device;
7 #define HAS_BUZZER
8 #endif