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 3a26b94af2
commit e79d9adea0
1 changed files with 2 additions and 2 deletions

View File

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