Hellen says merge #1772 EFI_INTERNAL_FLASH

This commit is contained in:
rusefi 2020-09-07 15:14:31 -04:00
parent 1cb2e69289
commit 0dafcacde4
1 changed files with 2 additions and 2 deletions

View File

@ -280,9 +280,9 @@ static void handleCommandX14(uint16_t index) {
return;
case 10:
// cmd_write_config
#if EFI_PROD_CODE
#if EFI_INTERNAL_FLASH
writeToFlashNow();
#endif /* EFI_PROD_CODE */
#endif /* EFI_INTERNAL_FLASH */
return;
}