mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
Copter: disable Guided_NoGPS on v2 boards to save flash space
This commit is contained in:
parent
e239ac985d
commit
e7bc255e02
@ -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…
Reference in New Issue
Block a user