summaryrefslogtreecommitdiff
path: root/stmhal/uart.h
diff options
context:
space:
mode:
Diffstat (limited to 'stmhal/uart.h')
-rw-r--r--stmhal/uart.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/stmhal/uart.h b/stmhal/uart.h
index a859f722b..7fdc59de7 100644
--- a/stmhal/uart.h
+++ b/stmhal/uart.h
@@ -32,6 +32,8 @@ typedef enum {
PYB_UART_4 = 4,
PYB_UART_5 = 5,
PYB_UART_6 = 6,
+ PYB_UART_7 = 7,
+ PYB_UART_8 = 8,
} pyb_uart_t;
typedef struct _pyb_uart_obj_t pyb_uart_obj_t;