Copter: disable Guided_NoGPS on v2 boards to save flash space

This commit is contained in:
Randy Mackay 2018-07-28 15:01:10 +09:00
parent e239ac985d
commit e7bc255e02

View File

@ -310,7 +310,7 @@
//////////////////////////////////////////////////////////////////////////////
// GuidedNoGPS mode - control vehicle's angles from GCS
#ifndef MODE_GUIDED_NOGPS_ENABLED
# define MODE_GUIDED_NOGPS_ENABLED ENABLED
# define MODE_GUIDED_NOGPS_ENABLED !HAL_MINIMIZE_FEATURES
#endif
//////////////////////////////////////////////////////////////////////////////