mirror of https://github.com/ArduPilot/ardupilot
memcheck: ported to AP_HAL
This commit is contained in:
parent
f4f3062df1
commit
40f254af51
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue