Browse Source

Copter: disable Guided_NoGPS on v2 boards to save flash space

master
Randy Mackay 7 years ago
parent
commit
e7bc255e02
  1. 2
      ArduCopter/config.h

2
ArduCopter/config.h

@ -310,7 +310,7 @@ @@ -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
//////////////////////////////////////////////////////////////////////////////

Loading…
Cancel
Save