mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
Merge pull request #5285 from jflyper/bfdev-convert-beeper-to-USE_-scheme
BEEPER Conversion to use USE_ scheme
This commit is contained in:
commit
bf11921dc0
104 changed files with 217 additions and 131 deletions
|
@ -199,7 +199,7 @@ void pwmDshotMotorHardwareConfig(const timerHardware_t *timerHardware, uint8_t m
|
|||
void pwmCompleteDshotMotorUpdate(uint8_t motorCount);
|
||||
#endif
|
||||
|
||||
#ifdef BEEPER
|
||||
#ifdef USE_BEEPER
|
||||
void pwmWriteBeeper(bool onoffBeep);
|
||||
void pwmToggleBeeper(void);
|
||||
void beeperPwmInit(const ioTag_t tag, uint16_t frequency);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue