mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 00:04:02 -04:00
AP_Compass: specify compass feature enables for periph in chibios_hwdef.py
This commit is contained in:
parent
48ec224b8c
commit
4755f76126
@ -36,10 +36,14 @@
|
||||
#endif
|
||||
|
||||
#ifndef COMPASS_CAL_ENABLED
|
||||
#define COMPASS_CAL_ENABLED !defined(HAL_BUILD_AP_PERIPH)
|
||||
#define COMPASS_CAL_ENABLED 1
|
||||
#endif
|
||||
#ifndef COMPASS_MOT_ENABLED
|
||||
#define COMPASS_MOT_ENABLED 1
|
||||
#endif
|
||||
#ifndef COMPASS_LEARN_ENABLED
|
||||
#define COMPASS_LEARN_ENABLED 1
|
||||
#endif
|
||||
#define COMPASS_MOT_ENABLED !defined(HAL_BUILD_AP_PERIPH)
|
||||
#define COMPASS_LEARN_ENABLED !defined(HAL_BUILD_AP_PERIPH)
|
||||
|
||||
// define default compass calibration fitness and consistency checks
|
||||
#define AP_COMPASS_CALIBRATION_FITNESS_DEFAULT 16.0f
|
||||
|
Loading…
Reference in New Issue
Block a user