mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-07 00:18:29 -04:00
345e517272
Updated AP_Camera class.
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_ */ |