pl ack in tmtc

Dependencies:   FreescaleIAP SimpleDMA mbed-rtos mbed

Fork of COM_MNG_TMTC_SIMPLE_pl123 by shubham c

Revision:
101:bece931236a2
Parent:
99:efde3df6cd94
Child:
103:b55559925dc1
Child:
109:78f2912e3473
--- a/main.cpp	Tue Jan 26 12:37:17 2016 +0000
+++ b/main.cpp	Tue Jan 26 13:15:01 2016 +0000
@@ -4,6 +4,8 @@
 
 #define DEBUG 1
 
+#include "SimpleDMA.h"
+#include "dmaSPIslave.h"
 #include "rtos.h"
 #include "mbed_debug.h"
 
@@ -25,6 +27,9 @@
 void set_sig(){gSCIENCE_THREAD->signal_set(SCIENCE_SIGNAL);}
 int main()
 {
+    #if DEBUG
+    gPC.puts("welcome to mng_tmtc\r\n");
+    #endif
     //gLEDR = 1;
     
     // ******************INITIALISATIONS START******************