repo.or.cz
/
ExpressLRS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Silence unused-variable warning (#2872)
[ExpressLRS.git]
/
src
/
lib
/
BUZZER
/
devBuzzer.h
blob
482481623da5b67f1532018c867eb3a6ab6215c9
1
#pragma once
2
3
#include
"device.h"
4
5
#if defined(GPIO_PIN_BUZZER)
6
extern
device_t Buzzer_device
;
7
#define HAS_BUZZER
8
#endif