aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/uart.h
diff options
context:
space:
mode:
Diffstat (limited to 'ports/stm32/uart.h')
-rw-r--r--ports/stm32/uart.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/stm32/uart.h b/ports/stm32/uart.h
index e21b4dd9c..827b3c12d 100644
--- a/ports/stm32/uart.h
+++ b/ports/stm32/uart.h
@@ -46,7 +46,6 @@ typedef enum {
typedef struct _pyb_uart_obj_t {
mp_obj_base_t base;
USART_TypeDef *uartx;
- IRQn_Type irqn;
pyb_uart_t uart_id : 8;
bool is_static : 1;
bool is_enabled : 1;