5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-18 22:58:32 -04:00
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