grbl-LPC-CoreXY/lpc17xx/_exit.c

6 lines
41 B
C
Raw Permalink Normal View History

2017-01-06 19:45:10 +01:00
void _exit()
{
while (1)
;
}