fixing build

This commit is contained in:
rusefi 2019-06-23 09:46:14 -04:00
parent b271e7b900
commit 15d76462e5
1 changed files with 2 additions and 0 deletions

View File

@ -298,7 +298,9 @@ void executeTSCommand(uint16_t subsystem, uint16_t index) {
} else if (subsystem == 0x79) {
scheduleStopEngine();
} else if (subsystem == 0xbb) {
#if EFI_PROD_CODE
NVIC_SystemReset();
#endif
}
}