ardupilot/libraries/AP_HAL_PX4/AP_HAL_PX4_Namespace.h

12 lines
174 B
C
Raw Normal View History

2012-10-27 02:18:51 -03:00
#ifndef __AP_HAL_PX4_NAMESPACE_H__
#define __AP_HAL_PX4_NAMESPACE_H__
namespace PX4 {
class PX4ConsoleDriver;
class PX4Scheduler;
2012-10-27 02:18:51 -03:00
}
#endif //__AP_HAL_PX4_NAMESPACE_H__