mirror of https://github.com/ArduPilot/ardupilot
AP_HAL: rename AP_HAL::CAN to AP_HAL::CANHal
avoid conflict with ChibiOS STM32F3xx headers
This commit is contained in:
parent
680a89671f
commit
29a2351fd0
|
@ -31,7 +31,7 @@ namespace AP_HAL {
|
|||
|
||||
class CANProtocol;
|
||||
class CANManager;
|
||||
class CAN;
|
||||
class CANHal;
|
||||
|
||||
class Util;
|
||||
class Flash;
|
||||
|
|
|
@ -48,7 +48,7 @@ public:
|
|||
/**
|
||||
* Single non-blocking CAN interface.
|
||||
*/
|
||||
class AP_HAL::CAN: public uavcan::ICanIface {
|
||||
class AP_HAL::CANHal: public uavcan::ICanIface {
|
||||
public:
|
||||
/* CAN port open method
|
||||
|
||||
|
|
Loading…
Reference in New Issue