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:
commit
f2bbbdb8ca
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue