2023-03-10 20:46:34 -04:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include <AP_HAL/AP_HAL_Boards.h>
|
|
|
|
|
|
|
|
#ifndef AP_CAN_SLCAN_ENABLED
|
|
|
|
#define AP_CAN_SLCAN_ENABLED HAL_MAX_CAN_PROTOCOL_DRIVERS
|
|
|
|
#endif
|
2024-11-29 23:59:21 -04:00
|
|
|
|
|
|
|
#ifndef AP_CAN_LOGGING_ENABLED
|
|
|
|
#define AP_CAN_LOGGING_ENABLED HAL_MAX_CAN_PROTOCOL_DRIVERS
|
|
|
|
#endif
|
|
|
|
|