Plane: disable camera mount support on APM2
this makes the firmware small enough to squeeze onto an APM2 again
This commit is contained in:
parent
4c4a4f9ea5
commit
c65f5a1bda
@ -242,7 +242,11 @@
|
|||||||
//
|
//
|
||||||
// uses 7726 bytes of memory on 2560 chips (all options are enabled)
|
// uses 7726 bytes of memory on 2560 chips (all options are enabled)
|
||||||
#ifndef MOUNT
|
#ifndef MOUNT
|
||||||
|
#if HAL_CPU_CLASS > HAL_CPU_CLASS_16
|
||||||
# define MOUNT ENABLED
|
# define MOUNT ENABLED
|
||||||
|
#else
|
||||||
|
# define MOUNT DISABLED
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
Reference in New Issue
Block a user