sd 32 update

Dependencies:   FreescaleIAP mbed-rtos mbed

Fork of COM_MNG_TMTC_SIMPLE by Shreesha S

Revision:
69:20f09a0c3fd2
Parent:
56:a88e16f6c18e
--- a/DefinitionsAndGlobals.h	Fri Jan 15 12:02:12 2016 +0000
+++ b/DefinitionsAndGlobals.h	Sun Jan 17 14:04:08 2016 +0000
@@ -1,13 +1,12 @@
 // **************DEFINITIONS*********************
+
+#define bypass_adf 1
+
 // COM_RX
     #define RX_TIMEOUT_LIMIT 0.5
-    #define COM_RX_UART_TX PTE20
-    #define COM_RX_UART_RX PTE21
+    #define COM_RX_UART_TX PTE20    // For bypassing RX1M (SET BAUD RATE 1200) #define COM_RX_UART_TX USBTX
+    #define COM_RX_UART_RX PTE21    // For bypassing RX1M (SET BAUD RATE 1200) #define COM_RX_UART_RX USBRX
     
-// For serial port printing(SET BAUD RATE 1200)
-//    #define COM_RX_UART_TX USBTX
-//    #define COM_RX_UART_RX USBRX
-
 // COMMON SPI
     #define SPI_MOSI PTE1
     #define SPI_MISO PTE3