1
0
Fork 0
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:
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

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