|
|
|
@ -45,7 +45,7 @@ extern const AP_HAL::HAL& hal;
@@ -45,7 +45,7 @@ extern const AP_HAL::HAL& hal;
|
|
|
|
|
|
|
|
|
|
using namespace HALSITL; |
|
|
|
|
|
|
|
|
|
#if HAL_MAX_CAN_PROTOCOL_DRIVERS |
|
|
|
|
#if HAL_ENABLE_LIBUAVCAN_DRIVERS |
|
|
|
|
#define Debug(fmt, args...) do { AP::can().log_text(AP_CANManager::LOG_DEBUG, "CANLinuxIface", fmt, ##args); } while (0) |
|
|
|
|
#else |
|
|
|
|
#define Debug(fmt, args...) |
|
|
|
|