Browse Source

memcheck: ported to AP_HAL

mission-4.1.18
Pat Hickey 12 years ago committed by Andrew Tridgell
parent
commit
40f254af51
  1. 3
      libraries/memcheck/memcheck.cpp

3
libraries/memcheck/memcheck.cpp

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

Loading…
Cancel
Save