Team Fox / Mbed 2 deprecated BAE_QM_MAR9

Dependencies:   FreescaleIAP mbed-rtos mbed

Fork of workinQM_5thJan_azad by Team Fox

Revision:
17:fc782f7548c6
Parent:
15:e09aaaccf134
Child:
19:79e69017c855
--- a/TCTM.cpp	Thu May 12 10:56:44 2016 +0000
+++ b/TCTM.cpp	Fri May 13 11:56:49 2016 +0000
@@ -1239,7 +1239,7 @@
     output[2] =(uint8_t ) (((*temp)>>8)&0xFF); 
     output[3] =(uint8_t ) ((*temp) & 0xFF);           // verify the logic 
     
-    printf("\n\rthe values generated are\n");
+ //   printf("\n\rthe values generated are\n");
      /*printf("\n\r%x\n",output[0]);
      printf("\n\r%x\n",output[1]);
      printf("\n\r%x\n",output[2]);