mirror of https://github.com/ArduPilot/ardupilot
hwdef: support moving baseline GPS yaw on MatekL431-Periph
This commit is contained in:
parent
998119d011
commit
6c3de20569
|
@ -22,6 +22,9 @@ define GPS_MAX_INSTANCES 1
|
||||||
|
|
||||||
define HAL_PERIPH_GPS_PORT_DEFAULT 2
|
define HAL_PERIPH_GPS_PORT_DEFAULT 2
|
||||||
|
|
||||||
|
# allow for F9P GPS modules with moving baseline
|
||||||
|
define GPS_MOVING_BASELINE 1
|
||||||
|
|
||||||
|
|
||||||
# ---------------------- COMPASS ---------------------------
|
# ---------------------- COMPASS ---------------------------
|
||||||
define HAL_PERIPH_ENABLE_MAG
|
define HAL_PERIPH_ENABLE_MAG
|
||||||
|
|
Loading…
Reference in New Issue