FM

Dependencies:   SimpleDMA eeprom mbed-rtos mbed FreescaleIAP

Fork of CDMS_CODE by shubham c

Revision:
197:1369ef45b49e
Parent:
196:c51bf4993f75
Child:
199:9f03d6ca94c9
--- a/main.cpp	Thu Jun 30 10:19:00 2016 +0000
+++ b/main.cpp	Thu Jun 30 10:51:38 2016 +0000
@@ -5,7 +5,6 @@
 #include "mbed.h"
 
 #define DEBUG 1
-#define power_tx 0
 
 #include "SimpleDMA.h"
 #include "dmaSPIslave.h"
@@ -83,7 +82,7 @@
     
     // DEBUG
     //gPC.puts("welcome to mng_tm_tc\r\n");
-    gPC.baud(1200);
+    gPC.baud(115200);//changed for bypassing COM
     
     // COMMON SPI
     spi.format(8,0);