ardupilot/libraries/AP_HAL_PX4/AP_HAL_PX4_Namespace.h
Andrew Tridgell ac7117245a HAL_PX4: added a storage driver
stores 'eeprom' to a sdcard file
2013-01-03 19:35:05 +11:00

14 lines
221 B
C++

#ifndef __AP_HAL_PX4_NAMESPACE_H__
#define __AP_HAL_PX4_NAMESPACE_H__
namespace PX4 {
class PX4ConsoleDriver;
class PX4Scheduler;
class PX4UARTDriver;
class PX4EEPROMStorage;
}
#endif //__AP_HAL_PX4_NAMESPACE_H__