Merge pull request #7641 from etracer65/use_beeper_compile_warnings

Fix compile warnings when USE_BEEPER is not defined
This commit is contained in:
Michael Keller 2019-02-24 12:34:06 +13:00 committed by GitHub
commit 40d6c44220
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -271,3 +271,8 @@
#undef USE_GPS_RESCUE
#undef USE_ACRO_TRAINER
#endif
#ifndef USE_BEEPER
#undef BEEPER_PIN
#undef BEEPER_PWM_HZ
#endif