boards: AeroFC: Make it a memory constrained system

The maximum number of missions was increased in almost 8 times in
recent commit: 9369262e63 navigator: allow more mission items.

As this board loads missions in RAM, now it don't have enough memory
to allocate causing dataman start to fail, so mark it as a memory
constrained system and reduce the number of maximum missions
supported.
This commit is contained in:
José Roberto de Souza
2017-02-22 16:15:27 -08:00
committed by Lorenz Meier
parent b1c11b14a8
commit ef228b82aa

View File

@@ -146,6 +146,8 @@
*/
#define TAP_ESC_NO_VERIFY_CONFIG /* This board can not tolerated verifying the tap esc got it's config */
#define MEMORY_CONSTRAINED_SYSTEM
__BEGIN_DECLS
/****************************************************************************************************