mirror of https://github.com/ArduPilot/ardupilot
8 lines
77 B
C
8 lines
77 B
C
|
#ifndef CPP_H
|
||
|
#define CPP_H
|
||
|
|
||
|
void displayMemory();
|
||
|
int freeMemory();
|
||
|
|
||
|
#endif
|