mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 14:55:21 +03:00
Convert BEEPER to USE_ scheme (#5433)
This commit is contained in:
parent
aa42a69d2f
commit
416495e17a
105 changed files with 219 additions and 132 deletions
|
@ -206,7 +206,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