diff options
| author | Damien George <damien.p.george@gmail.com> | 2016-12-05 15:14:22 +1100 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2016-12-05 15:14:22 +1100 |
| commit | aaab6a9921a9a874d9a974ecc5c3639002dc286b (patch) | |
| tree | c8f75580a1221ae985834a87fa83a122a583b07c /stmhal/uart.h | |
| parent | 27a503f63284a1751f20d7f5295690fec5e1c462 (diff) | |
stmhal/uart: Add support for UART7 and UART8 on F7 MCUs.
Diffstat (limited to 'stmhal/uart.h')
| -rw-r--r-- | stmhal/uart.h | 2 |
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; |
