mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 15:53:56 -04:00
Plane: disable GPS2 in HIL
This commit is contained in:
parent
3de574e5dc
commit
6b9e1edf38
@ -148,6 +148,8 @@
|
|||||||
#define CONFIG_INS_TYPE CONFIG_INS_HIL
|
#define CONFIG_INS_TYPE CONFIG_INS_HIL
|
||||||
#undef CONFIG_COMPASS
|
#undef CONFIG_COMPASS
|
||||||
#define CONFIG_COMPASS AP_COMPASS_HIL
|
#define CONFIG_COMPASS AP_COMPASS_HIL
|
||||||
|
#undef GPS2_ENABLE
|
||||||
|
#define GPS2_ENABLE 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
Reference in New Issue
Block a user