memcheck: ported to AP_HAL

This commit is contained in:
Pat Hickey 2012-11-30 17:49:14 -08:00 committed by Andrew Tridgell
parent f4f3062df1
commit 40f254af51
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@
* of false positives with uninitialised stack variables
*/
#include <AP_Common.h>
#include <stdlib.h>
#include <stdint.h>
static const uint32_t *stack_low;
extern unsigned __brkval;