|
|
@ -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; |
|
|
|