speed into caninfo

This commit is contained in:
rusefi 2021-11-13 10:41:05 -05:00
parent e32673dfb6
commit 05820ec92d
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ static void canInfo(void) {
return;
}
efiPrintf("CAN TX %s", hwPortname(CONFIG(canTxPin)));
efiPrintf("CAN TX %s speed %d", hwPortname(CONFIG(canTxPin)), CONFIG(canBaudRate));
efiPrintf("CAN RX %s", hwPortname(CONFIG(canRxPin)));
efiPrintf("type=%d canReadEnabled=%s canWriteEnabled=%s period=%d", engineConfiguration->canNbcType,
boolToString(engineConfiguration->canReadEnabled), boolToString(engineConfiguration->canWriteEnabled),