aboutsummaryrefslogtreecommitdiff
path: root/stmhal/uart.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2016-12-05 15:14:22 +1100
committerDamien George <damien.p.george@gmail.com>2016-12-05 15:14:22 +1100
commitaaab6a9921a9a874d9a974ecc5c3639002dc286b (patch)
treec8f75580a1221ae985834a87fa83a122a583b07c /stmhal/uart.h
parent27a503f63284a1751f20d7f5295690fec5e1c462 (diff)
stmhal/uart: Add support for UART7 and UART8 on F7 MCUs.
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;