Browse Source

AP_HAL_ChibiOS: turn wind-compensation off in hwdef defaults

gps-1.3.1
Peter Barker 3 years ago committed by Andrew Tridgell
parent
commit
bdeec0868e
  1. 3
      libraries/AP_HAL_ChibiOS/hwdef/scripts/chibios_hwdef.py

3
libraries/AP_HAL_ChibiOS/hwdef/scripts/chibios_hwdef.py

@ -2586,6 +2586,9 @@ def add_apperiph_defaults(f): @@ -2586,6 +2586,9 @@ def add_apperiph_defaults(f):
#ifndef AP_FETTEC_ONEWIRE_ENABLED
#define AP_FETTEC_ONEWIRE_ENABLED 0
#endif
#ifndef HAL_BARO_WIND_COMP_ENABLED
#define HAL_BARO_WIND_COMP_ENABLED 0
#endif
''')

Loading…
Cancel
Save