ardupilot/libraries/AP_Common/c++.h
james.goppert 125b971173 Updated mavlink added eeprom class.
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1239 f9c3cf11-9bcb-44bc-f272-b75c42450872
2010-12-23 23:02:51 +00:00

8 lines
77 B
C

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