mirror of https://github.com/ArduPilot/ardupilot
uncrustify libraries/memcheck/memcheck.h
This commit is contained in:
parent
70ca682a09
commit
062514e9c9
|
@ -1,6 +1,6 @@
|
||||||
/// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
/// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
||||||
|
|
||||||
unsigned memcheck_available_memory(void);
|
unsigned memcheck_available_memory(void);
|
||||||
void memcheck_init(void);
|
void memcheck_init(void);
|
||||||
void memcheck_update_stackptr(void);
|
void memcheck_update_stackptr(void);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue