mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-07 16:33:58 -04:00
11 lines
243 B
C
11 lines
243 B
C
#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_ */ |