pl ack in tmtc

Dependencies:   FreescaleIAP SimpleDMA mbed-rtos mbed

Fork of COM_MNG_TMTC_SIMPLE_pl123 by shubham c

Revision:
67:4819b5f28285
Parent:
52:0bd68655c651
Child:
68:56849cc619ca
diff -r a88e16f6c18e -r 4819b5f28285 main.cpp
--- a/main.cpp	Thu Jan 14 15:33:57 2016 +0000
+++ b/main.cpp	Sun Jan 17 12:51:08 2016 +0000
@@ -11,14 +11,15 @@
 #include "COM_SND_TM.h"
 #include "SDCread.h"
 #include "adf.h"
-#include "Compression.h"
 #include "SDC_init.h"
 #include "COM_RCV_TC.h"
 #include "COM_MNG_TMTC.h"
 #include "COM_POWER_ON_TX.h"
 #include "COM_POWER_OFF_TX.h"
+#include "compression_l.h"
 #include "ThreadsAndFunctions.h"
 
+
 int main()
 {
     // ******************INITIALISATIONS START******************
@@ -53,6 +54,7 @@
 
     // COM_MNG_TMTC THREAD
     gCOM_MNG_TMTC_THREAD = new Thread(COM_MNG_TMTC_FUN);
+    gSCIENCE_THREAD = new Thread(SCIENCE_FUN);
     gCOM_MNG_TMTC_THREAD->set_priority(osPriorityAboveNormal);
     // *******************INITIALISATIONS END********************