Repository for CDMS code
Dependencies: SimpleDMA mbed-rtos mbed eeprom
Fork of COM_MNG_TMTC_SIMPLE by
Diff: DefinitionsAndGlobals.h
- Revision:
- 48:18919bb88fa1
- Parent:
- 35:3beac900a034
diff -r 5660bd20b146 -r 18919bb88fa1 DefinitionsAndGlobals.h --- a/DefinitionsAndGlobals.h Mon Jan 11 12:01:14 2016 +0000 +++ b/DefinitionsAndGlobals.h Tue Jan 12 13:12:16 2016 +0000 @@ -1,8 +1,8 @@ // **************DEFINITIONS********************* // COM_RX #define RX_TIMEOUT_LIMIT 0.5 - #define COM_RX_UART_TX USBTX - #define COM_RX_UART_RX USBRX + #define COM_RX_UART_TX PTE20 + #define COM_RX_UART_RX PTE21 // COMMON SPI #define SPI_MOSI PTE1