summaryrefslogtreecommitdiff
path: root/ports/stm32/uart.h
diff options
context:
space:
mode:
Diffstat (limited to 'ports/stm32/uart.h')
-rw-r--r--ports/stm32/uart.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/stm32/uart.h b/ports/stm32/uart.h
index 0490a617f..286b6cdec 100644
--- a/ports/stm32/uart.h
+++ b/ports/stm32/uart.h
@@ -26,7 +26,7 @@
#ifndef MICROPY_INCLUDED_STM32_UART_H
#define MICROPY_INCLUDED_STM32_UART_H
-#include "lib/utils/mpirq.h"
+#include "shared/runtime/mpirq.h"
typedef enum {
PYB_UART_NONE = 0,