diff options
| author | Aditya Naik | 2020-08-05 12:08:41 -0400 |
|---|---|---|
| committer | Aditya Naik | 2020-08-05 12:08:41 -0400 |
| commit | 4e8a6d4122e188ed2ca6668e30c0500e63fba8ef (patch) | |
| tree | 69931209303e05b8b3f61005c0c4784974b2d538 | |
| parent | 6fc56b1dfe07bebe4184a8cecbfbd3c50466bfe0 (diff) | |
Changes and stuff
| -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; } |
