From 1f33ec140aa42c71fa407ec9fb25b67de4ed488e Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Wed, 27 Apr 2022 08:46:44 +0200 Subject: [PATCH] stm32/ulpi: Include missing py/mperrno.h header. --- ports/stm32/ulpi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/stm32/ulpi.c b/ports/stm32/ulpi.c index a118ca57f2..0493279c1d 100644 --- a/ports/stm32/ulpi.c +++ b/ports/stm32/ulpi.c @@ -13,8 +13,8 @@ * Source file: https://github.com/STMicroelectronics/STM32CubeF7/blob/v1.15.0/Projects/STM32746G-Discovery/Examples/PWR/PWR_CurrentConsumption/Src/stm32f7xx_lp_modes.c */ -#include #include "py/mphal.h" +#include "py/mperrno.h" #include "pin_static_af.h" #include "ulpi.h"