ArduCopter: Save more space in APM1280

This commit is contained in:
Amilcar Lucas 2012-08-05 23:05:52 +02:00
parent f3f89004e9
commit f28be02286

View File

@ -493,6 +493,10 @@
# define GPS_PROTOCOL GPS_PROTOCOL_MTK
# endif
// To save some more space
# undef CAMERA
# define CAMERA DISABLED
#endif