pl ack in tmtc

Dependencies:   FreescaleIAP SimpleDMA mbed-rtos mbed

Fork of COM_MNG_TMTC_SIMPLE_pl123 by shubham c

Revision:
6:79d422d1ed42
Parent:
4:104dd82c99b8
Child:
7:fcd26c28411d
--- a/main.cpp	Wed Dec 30 06:36:38 2015 +0000
+++ b/main.cpp	Thu Dec 31 06:43:13 2015 +0000
@@ -55,12 +55,6 @@
     
     int theAcount = 0;
     while(true){
-        if(theAcount >= 700000){
-            theAcount = 0;
-            //gLEDR = !gLEDR;
-        }
-        else{
-            theAcount++;
-        }
+        Thread::wait(osWaitForever);
     }
 }
\ No newline at end of file