Copter: disable GPS2 in HIL

This commit is contained in:
Andrew Tridgell 2014-02-27 08:16:20 +11:00
parent 87ea98fe2c
commit 3de574e5dc

View File

@ -274,6 +274,9 @@
#undef CONFIG_SONAR
#define CONFIG_SONAR DISABLED
#undef GPS2_ENABLE
#define GPS2_ENABLE 0
#endif