Browse Source

Sub: Reenable rally to avoid errors.

master
Rustom Jehangir 8 years ago committed by Andrew Tridgell
parent
commit
4cad8af600
  1. 2
      ArduSub/APM_Config.h

2
ArduSub/APM_Config.h

@ -22,7 +22,7 @@ @@ -22,7 +22,7 @@
//#define CAMERA DISABLED // disable camera trigger to save 1k of flash
//#define RANGEFINDER_ENABLED DISABLED // disable rangefinder to save 1k of flash
//#define POSHOLD_ENABLED DISABLED // disable PosHold flight mode to save 4.5k of flash
#define AC_RALLY DISABLED // disable rally points library (must also disable terrain which relies on rally)
//#define AC_RALLY DISABLED // disable rally points library (must also disable terrain which relies on rally)
#define AC_TERRAIN DISABLED // disable terrain library
#define PARACHUTE DISABLED // disable parachute release to save 1k of flash
//#define EPM_ENABLED DISABLED // disable epm cargo gripper to save 500bytes of flash

Loading…
Cancel
Save