1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-07-28 09:53:45 +02:00

More SAMD cleanup

This commit is contained in:
Asbelos
2022-07-08 10:46:52 +01:00
parent aa3c3c2ee4
commit 090acdae44
4 changed files with 16 additions and 8 deletions

View File

@@ -914,7 +914,7 @@ bool DCCEXParser::parseD(Print *stream, int16_t params, int16_t p[])
// Disable all interrupts and reset uC
__disable_irq();
NVIC_SystemReset();
while(true);
while(true) {};
#endif
#endif
break; // and <X> if we didnt restart