mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 22:48:29 -04:00
0a3e657b76
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1239 f9c3cf11-9bcb-44bc-f272-b75c42450872
8 lines
77 B
C
8 lines
77 B
C
#ifndef CPP_H
|
|
#define CPP_H
|
|
|
|
void displayMemory();
|
|
int freeMemory();
|
|
|
|
#endif
|