mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 13:25:30 +03:00
Merge pull request #7641 from etracer65/use_beeper_compile_warnings
Fix compile warnings when USE_BEEPER is not defined
This commit is contained in:
commit
40d6c44220
1 changed files with 5 additions and 0 deletions
|
@ -271,3 +271,8 @@
|
|||
#undef USE_GPS_RESCUE
|
||||
#undef USE_ACRO_TRAINER
|
||||
#endif
|
||||
|
||||
#ifndef USE_BEEPER
|
||||
#undef BEEPER_PIN
|
||||
#undef BEEPER_PWM_HZ
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue