fixing build
This commit is contained in:
parent
b271e7b900
commit
15d76462e5
|
@ -298,7 +298,9 @@ void executeTSCommand(uint16_t subsystem, uint16_t index) {
|
||||||
} else if (subsystem == 0x79) {
|
} else if (subsystem == 0x79) {
|
||||||
scheduleStopEngine();
|
scheduleStopEngine();
|
||||||
} else if (subsystem == 0xbb) {
|
} else if (subsystem == 0xbb) {
|
||||||
|
#if EFI_PROD_CODE
|
||||||
NVIC_SystemReset();
|
NVIC_SystemReset();
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue