AP_HAL_ChibiOS: Remove meaningless semicolons

This commit is contained in:
murata 2022-02-05 21:20:05 +09:00 committed by Randy Mackay
parent 0ab9f331a4
commit a6ea55735f
1 changed files with 1 additions and 1 deletions

View File

@ -848,7 +848,7 @@ bool CANIface::init(const uint32_t bitrate, const CANIface::OperatingMode mode)
Debug("Initing iface 0...");
if (!can_ifaces[0]->init(bitrate, mode)) {
Debug("Iface 0 init failed");
return false;;
return false;
}
Debug("Enabling CAN iface");