1
0
forked from me/IronOS

Update main.cpp

This commit is contained in:
Ben V. Brown
2020-05-29 23:17:23 +10:00
parent 7c45b67967
commit 22ac8d797b

View File

@@ -90,4 +90,6 @@ int main(void) {
/* Start scheduler */
osKernelStart();
/* We should never get here as control is now taken by the scheduler */
for (;;) {
}
}