ardupilot/libraries/AP_Relay/AP_Relay.h

11 lines
243 B
C
Raw Normal View History

#ifndef AP_RELAY_H_
#define AP_RELAY_H_
/// @class AP_Relay
/// @brief Catch-all header that defines the Relay for all APM hardwares
#include "Relay.h"
#include "AP_Relay_APM1.h"
#include "AP_Relay_APM2.h"
#endif /* AP_RELAY_H_ */