summaryrefslogtreecommitdiff
path: root/ports/esp32/esp32_partition.c
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2024-10-07 12:03:53 +1100
committerDamien George <damien@micropython.org>2024-10-09 14:39:34 +1100
commitd50e36e7e4b53789ceb6bafcfaa7f4a2ea5c0e29 (patch)
tree79b92ad6b00ab35ecc11d2f070ba67fb137e0d7d /ports/esp32/esp32_partition.c
parentc2eebe060983e949d6042ef5cb57c1b9d9c9963c (diff)
ports: Include py/mphal.h instead of mphalport.h.
The `mphalport.h` header should not be included directly, rather `py/mphal.h` should be used. Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'ports/esp32/esp32_partition.c')
-rw-r--r--ports/esp32/esp32_partition.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/esp32/esp32_partition.c b/ports/esp32/esp32_partition.c
index cad707dfc..55830a285 100644
--- a/ports/esp32/esp32_partition.c
+++ b/ports/esp32/esp32_partition.c
@@ -28,8 +28,8 @@
#include "py/runtime.h"
#include "py/mperrno.h"
+#include "py/mphal.h"
#include "extmod/vfs.h"
-#include "mphalport.h"
#include "modesp32.h"
#include "esp_ota_ops.h"