Plane: disable GPS2 in HIL

This commit is contained in:
Andrew Tridgell 2014-02-27 08:16:28 +11:00
parent 3de574e5dc
commit 6b9e1edf38

View File

@ -148,6 +148,8 @@
#define CONFIG_INS_TYPE CONFIG_INS_HIL
#undef CONFIG_COMPASS
#define CONFIG_COMPASS AP_COMPASS_HIL
#undef GPS2_ENABLE
#define GPS2_ENABLE 0
#endif
//////////////////////////////////////////////////////////////////////////////