From 4e8a6d4122e188ed2ca6668e30c0500e63fba8ef Mon Sep 17 00:00:00 2001 From: Aditya Naik Date: Wed, 5 Aug 2020 12:08:41 -0400 Subject: Changes and stuff --- src/master_rtos.c | 8 ++++---- 1 file 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; } -- cgit v1.2.3