better status code

This commit is contained in:
rusefi 2019-06-07 19:14:55 -04:00
parent 4737bb3301
commit 0fb89c4f7b
2 changed files with 3 additions and 3 deletions

View File

@ -810,6 +810,6 @@ int getRusEfiVersion(void) {
if (initBootloader() != 0)
return 123;
#endif /* EFI_BOOTLOADER_INCLUDE_CODE */
return 20190605;
return 20190607;
}
#endif /* EFI_UNIT_TEST */

View File

@ -351,7 +351,7 @@ int tle8888_chip_init(void * data)
uint16_t response;
tle8888_spi_rw(chip, CMD_SR, &response);
if (response == 253) {
initResponses++;
initResponses += 4;
}
/**
@ -364,7 +364,7 @@ int tle8888_chip_init(void * data)
// second 0x13D=317 => 0x35=53
tle8888_spi_rw(chip, CMD_UNLOCK, &response);
if (response == 53) {
initResponses++;
initResponses += 8;
}
chip->o_direct_mask = 0;