aboutsummaryrefslogtreecommitdiff
path: root/ports/teensy/uart.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/teensy/uart.c')
-rw-r--r--ports/teensy/uart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/teensy/uart.c b/ports/teensy/uart.c
index 1d27359a4..1b74fe7d5 100644
--- a/ports/teensy/uart.c
+++ b/ports/teensy/uart.c
@@ -75,7 +75,7 @@ bool uart_init2(pyb_uart_obj_t *uart_obj) {
UARTx = USART1;
GPIO_AF_UARTx = GPIO_AF7_USART1;
- #if defined (PYBV4) || defined(PYBV10)
+ #if defined(PYBV4) || defined(PYBV10)
GPIO_Port = GPIOB;
GPIO_Pin = GPIO_PIN_6 | GPIO_PIN_7;
#else