ardupilot/libraries/AP_Common/c++.h
2012-08-21 19:00:52 -07:00

8 lines
92 B
C

#ifndef CPP_H
#define CPP_H
void displayMemory();
int freeMemory();
#endif