human-readable HIP state
This commit is contained in:
parent
ee2d39a127
commit
b5edcfca05
|
@ -733,5 +733,5 @@ int getRusEfiVersion(void) {
|
|||
if (initBootloader() != 0)
|
||||
return 123;
|
||||
#endif /* EFI_BOOTLOADER_INCLUDE_CODE */
|
||||
return 20180520;
|
||||
return 20180531;
|
||||
}
|
||||
|
|
|
@ -135,9 +135,9 @@ static void showHipInfo(void) {
|
|||
}
|
||||
|
||||
printSpiState(logger, boardConfiguration);
|
||||
scheduleMsg(logger, "enabled=%s state=%d bore=%.2fmm freq=%.2fkHz PaSDO=%d",
|
||||
scheduleMsg(logger, "enabled=%s state=%s bore=%.2fmm freq=%.2fkHz PaSDO=%d",
|
||||
boolToString(boardConfiguration->isHip9011Enabled),
|
||||
state,
|
||||
getHip_state_e(state),
|
||||
engineConfiguration->cylinderBore, getBand(),
|
||||
engineConfiguration->hip9011PrescalerAndSDO);
|
||||
|
||||
|
|
Loading…
Reference in New Issue