NextVOD_Baremetal_Hello/src/main.c

5 lines
62 B
C
Raw Normal View History

2022-06-21 01:34:24 +00:00
int main(void) {
for(;;) {
/* Dead loop */
}
}