Merge remote-tracking branch 'origin/Hellen_fork_point' into master

# Conflicts:
#	firmware/controllers/algo/engine.cpp
This commit is contained in:
rusefi 2020-09-07 15:15:34 -04:00
commit d9100b3cce
1 changed files with 2 additions and 2 deletions

View File

@ -262,9 +262,9 @@ static void handleCommandX14(uint16_t index) {
return;
case 0xA:
// cmd_write_config
#if EFI_PROD_CODE
#if EFI_INTERNAL_FLASH
writeToFlashNow();
#endif /* EFI_PROD_CODE */
#endif /* EFI_INTERNAL_FLASH */
return;
case 0xB:
starterRelayBench();