1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 09:16:07 +03:00

Merge pull request #7636 from etracer65/use_esc_sensor_dependencies

Fix compilation errors if USE_ESC_SENSOR is not defined
This commit is contained in:
Michael Keller 2019-02-23 13:44:41 +13:00 committed by GitHub
commit f2bbbdb8ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,6 +34,10 @@
#undef USE_ESC_SENSOR
#endif
#ifndef USE_ESC_SENSOR
#undef USE_ESC_SENSOR_TELEMETRY
#endif
// XXX Followup implicit dependencies among DASHBOARD, display_xxx and USE_I2C.
// XXX This should eventually be cleaned up.
#ifndef USE_I2C