summaryrefslogtreecommitdiff
path: root/ports/esp32/esp32_nvs.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_nvs.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_nvs.c')
-rw-r--r--ports/esp32/esp32_nvs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/esp32/esp32_nvs.c b/ports/esp32/esp32_nvs.c
index daeec4c26..7136a08c6 100644
--- a/ports/esp32/esp32_nvs.c
+++ b/ports/esp32/esp32_nvs.c
@@ -28,7 +28,7 @@
#include "py/runtime.h"
#include "py/mperrno.h"
-#include "mphalport.h"
+#include "py/mphal.h"
#include "modesp32.h"
#include "nvs_flash.h"
#include "nvs.h"