mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_HAL_ChibiOS: turn wind-compensation off in hwdef defaults
This commit is contained in:
parent
5ff410f2cb
commit
bdeec0868e
@ -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…
Reference in New Issue
Block a user