memcheck: need AP_HAL_Boards import for CONFIG_HAL_BOARD configs to make sense

* with great programming in c preprocessor comes great responsibility
This commit is contained in:
Pat Hickey 2012-12-14 11:56:29 -08:00 committed by Andrew Tridgell
parent 5e63491994
commit ddafd4ffbb

View File

@ -7,6 +7,7 @@
#include <stdlib.h>
#include <stdint.h>
#include <AP_HAL_Boards.h>
static const uint32_t *stack_low;
extern unsigned __brkval;