mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 23:05:19 +03:00
Revert "BEEPER Conversion to use USE_ scheme" (#5368)
This commit is contained in:
parent
bf11921dc0
commit
9bcc6aca8e
104 changed files with 131 additions and 217 deletions
|
@ -199,7 +199,7 @@ void pwmDshotMotorHardwareConfig(const timerHardware_t *timerHardware, uint8_t m
|
|||
void pwmCompleteDshotMotorUpdate(uint8_t motorCount);
|
||||
#endif
|
||||
|
||||
#ifdef USE_BEEPER
|
||||
#ifdef 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