HAL_Linux: fixed build

This commit is contained in:
Andrew Tridgell 2019-10-31 22:29:36 +11:00
parent 53fe84e88a
commit 9e9be95943

View File

@ -51,7 +51,7 @@ enum class SocketCanError
#define CAN_MAX_INIT_TRIES_COUNT 100
#define CAN_FILTER_NUMBER 8
class CAN: public AP_HAL::CAN {
class CAN: public AP_HAL::CANHal {
public:
CAN(int socket_fd=0)
: _fd(socket_fd)