diff options
Diffstat (limited to 'src/fsm/usart.c')
-rw-r--r-- | src/fsm/usart.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/fsm/usart.c b/src/fsm/usart.c index d12b51f..c606814 100644 --- a/src/fsm/usart.c +++ b/src/fsm/usart.c @@ -32,10 +32,7 @@ #include "queue.h" /* USART 3 on PD8 and PD9 - * - * board TX to GPS RX on PD8 - * board RX to GPS TX on PD9 - */ + * See pio.txt for PIO allocation details */ const uint16_t GPIOD_PIN_USART3_TX = GPIO_Pin_8; const uint16_t GPIOD_PIN_USART3_RX = GPIO_Pin_9; |