Browse Source

AP_UAVCAN: fix for renamed AP_HAL::CAN

zr-v5.1
Andrew Tridgell 5 years ago
parent
commit
7df87b5a8b
  1. 2
      libraries/AP_UAVCAN/AP_UAVCAN_SLCAN.h

2
libraries/AP_UAVCAN/AP_UAVCAN_SLCAN.h

@ -43,7 +43,7 @@ struct CanRxItem { @@ -43,7 +43,7 @@ struct CanRxItem {
{
}
};
class CAN: public AP_HAL::CAN {
class CAN: public AP_HAL::CANHal {
friend class CANManager;
friend class ::SLCANRouter;
struct TxItem {

Loading…
Cancel
Save