summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAditya Naik2020-08-05 12:08:41 -0400
committerAditya Naik2020-08-05 12:08:41 -0400
commit4e8a6d4122e188ed2ca6668e30c0500e63fba8ef (patch)
tree69931209303e05b8b3f61005c0c4784974b2d538
parent6fc56b1dfe07bebe4184a8cecbfbd3c50466bfe0 (diff)
Changes and stuff
-rw-r--r--src/master_rtos.c8
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;
}