diff options
Diffstat (limited to 'stmhal/sdcard.c')
-rw-r--r-- | stmhal/sdcard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/sdcard.c b/stmhal/sdcard.c index c93b98b51e..73206f4316 100644 --- a/stmhal/sdcard.c +++ b/stmhal/sdcard.c @@ -28,9 +28,9 @@ #include "py/nlr.h" #include "py/runtime.h" +#include "py/mphal.h" #include "lib/oofatfs/ff.h" #include "extmod/vfs_fat.h" -#include "mphalport.h" #include "sdcard.h" #include "pin.h" |