Skip to content

Commit c5318f9

Browse files
committed
stm32: fix include path
1 parent 019c3e0 commit c5318f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/stm32/STM32F7DISC/modrk043fn48h.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include "py/runtime.h"
22
#include "py/mphal.h"
3-
#include "softtimer.h"
3+
#include "shared/runtime/softtimer.h"
44
#include <stdint.h>
55
#include <stdbool.h>
66
#include "../../../lvgl/lvgl.h"

0 commit comments

Comments
 (0)