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
|
@ -271,3 +271,8 @@
|
||||||
#undef USE_GPS_RESCUE
|
#undef USE_GPS_RESCUE
|
||||||
#undef USE_ACRO_TRAINER
|
#undef USE_ACRO_TRAINER
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef USE_BEEPER
|
||||||
|
#undef BEEPER_PIN
|
||||||
|
#undef BEEPER_PWM_HZ
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue