To fix the hang problem
Dependencies: FreescaleIAP SimpleDMA mbed-rtos mbed
Fork of CDMS_CODE by
Diff: DefinitionsAndGlobals.h
- Revision:
- 164:be3b4b760d0c
- Parent:
- 162:48fda0b8d573
- Child:
- 171:31bdf83591a1
--- a/DefinitionsAndGlobals.h Thu Apr 14 04:34:58 2016 +0000 +++ b/DefinitionsAndGlobals.h Mon Apr 18 12:18:53 2016 +0000 @@ -1,14 +1,14 @@ // **************DEFINITIONS********************* -#define bypass_adf 1 +#define bypass_adf 0 // COM_RX #define RX_TIMEOUT_LIMIT 0.5 - //#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 + #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 - #define COM_RX_UART_TX USBTX - #define COM_RX_UART_RX USBRX + //#define COM_RX_UART_TX USBTX + //#define COM_RX_UART_RX USBRX // COMMON SPI #define SPI_MOSI PTE1