mirror of https://github.com/FOME-Tech/fome-fw.git
pedal ADC should be faster #931
This commit is contained in:
parent
b8bfc7740a
commit
f2a76ef0e2
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue