2023-06-06 05:05:06 -03:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include <AP_HAL/AP_HAL_Boards.h>
|
|
|
|
|
|
|
|
#ifndef AP_RELAY_ENABLED
|
|
|
|
#define AP_RELAY_ENABLED 1
|
|
|
|
#endif
|
2024-01-01 16:54:24 -04:00
|
|
|
|
|
|
|
#define AP_RELAY_DRONECAN_ENABLED AP_RELAY_ENABLED && HAL_ENABLE_DRONECAN_DRIVERS && !defined(HAL_BUILD_AP_PERIPH)
|