parent
d5c97107e9
commit
ee4124717f
|
@ -68,7 +68,7 @@ CanTxMessage::~CanTxMessage() {
|
|||
auto device = s_devices[busIndex];
|
||||
|
||||
if (!device) {
|
||||
warning(ObdCode::CUSTOM_ERR_CAN_CONFIGURATION, "Send: CAN configuration issue %d", busIndex);
|
||||
criticalError("Send: CAN device not configured busIndex=%d", busIndex);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue