Skip to content

Commit 06a72b3

Browse files
committed
esp32/modsmartconfig: Include py/mphal.h instead of mphalport.h.
Signed-off-by: Walkline Wang <walkline@gmail.com>
1 parent 485b1db commit 06a72b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/esp32/modsmartconfig.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include <string.h>
22

33
#include "py/runtime.h"
4+
#include "py/mphal.h"
45

56
#include "freertos/FreeRTOS.h"
67
#include "freertos/task.h"
@@ -15,7 +16,6 @@
1516

1617
#if MICROPY_PY_SMARTCONFIG
1718

18-
#include "mphalport.h"
1919
#include "modsmartconfig.h"
2020

2121
static EventGroupHandle_t wifi_event_group;

0 commit comments

Comments
 (0)