pedal ADC should be faster #931

This commit is contained in:
rusefi 2019-09-13 19:55:20 -04:00
parent b8bfc7740a
commit f2a76ef0e2
1 changed files with 1 additions and 1 deletions

View File

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