uncrustify libraries/AP_Common/c++.h

This commit is contained in:
uncrustify 2012-08-16 23:18:11 -07:00 committed by Pat Hickey
parent 4017224463
commit 05ff8d51c9

View File

@ -1,7 +1,7 @@
#ifndef CPP_H
#define CPP_H
void displayMemory();
int freeMemory();
void displayMemory();
int freeMemory();
#endif