From ef228b82aaca18d280d4a6fafd8a6f7747631dd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Roberto=20de=20Souza?= Date: Wed, 22 Feb 2017 16:15:27 -0800 Subject: [PATCH] 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. --- src/drivers/boards/aerofc-v1/board_config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/drivers/boards/aerofc-v1/board_config.h b/src/drivers/boards/aerofc-v1/board_config.h index cebfb27f92..5bc1bec059 100644 --- a/src/drivers/boards/aerofc-v1/board_config.h +++ b/src/drivers/boards/aerofc-v1/board_config.h @@ -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 /****************************************************************************************************