diff options
| -rw-r--r-- | src/master_rtos.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/master_rtos.c b/src/master_rtos.c index 27a78b8..bcde7cf 100644 --- a/src/master_rtos.c +++ b/src/master_rtos.c @@ -32,10 +32,10 @@ int main(void) * there was insufficient FreeRTOS heap memory available for the idle and/or * timer tasks to be created. */ - for(; ;) - { - /* Sleep(ulLongTime_ms); */ - } + /* for(; ;) */ + /* { */ + /* /\* Sleep(ulLongTime_ms); *\/ */ + /* } */ return 0; } |
