mirror of
https://github.com/micropython/micropython.git
synced 2025-08-27 21:10:32 +02:00
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>
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user