AP_HAL_ChibiOS: turn wind-compensation off in hwdef defaults

This commit is contained in:
Peter Barker 2021-11-23 16:17:06 +11:00 committed by Andrew Tridgell
parent 5ff410f2cb
commit bdeec0868e

View File

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