Hellen says merge #1772 EFI_INTERNAL_FLASH
This commit is contained in:
parent
1cb2e69289
commit
0dafcacde4
|
@ -280,9 +280,9 @@ static void handleCommandX14(uint16_t index) {
|
||||||
return;
|
return;
|
||||||
case 10:
|
case 10:
|
||||||
// cmd_write_config
|
// cmd_write_config
|
||||||
#if EFI_PROD_CODE
|
#if EFI_INTERNAL_FLASH
|
||||||
writeToFlashNow();
|
writeToFlashNow();
|
||||||
#endif /* EFI_PROD_CODE */
|
#endif /* EFI_INTERNAL_FLASH */
|
||||||
return;
|
return;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue