8000 stm32/ulpi.c: Include missing mperrno header. · micropython/micropython@b4b98b5 · GitHub
[go: up one dir, main page]

Skip to content

Commit b4b98b5

Browse files
committed
stm32/ulpi.c: Include missing mperrno header.
1 parent 3c6f8f0 commit b4b98b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/stm32/ulpi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
* Source file: https://github.com/STMicroelectronics/STM32CubeF7/blob/v1.15.0/Projects/STM32746G-Discovery/Examples/PWR/PWR_CurrentConsumption/Src/stm32f7xx_lp_modes.c
1414
*/
1515

16-
#include <stdint.h>
1716
#include "py/mphal.h"
17+
#include "py/mperrno.h"
1818
#include "pin_static_af.h"
1919
#include "ulpi.h"
2020

0 commit comments

Comments
 (0)
0