"Burn without flash" button #3127

This commit is contained in:
rusefillc 2021-08-10 07:29:55 -04:00
parent aa99da9c11
commit 490d8c1f8e
1 changed files with 2 additions and 0 deletions

View File

@ -393,8 +393,10 @@ static void handleCommandX14(uint16_t index) {
#endif
return;
case 0x15:
#if EFI_PROD_CODE
extern bool burnWithoutFlash;
burnWithoutFlash = true;
#endif // EFI_PROD_CODE
return;
default:
firmwareError(OBD_PCM_Processor_Fault, "Unexpected bench x14 %d", index);