esp8266: Avoid including ep_mphal.h directly.
This header has no include guards and is apparently only supposed to be included from py/mphal.h. This work was funded through GitHub Sponsors. Signed-off-by: Angus Gratton <angus@redyak.com.au>
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
#include "etshal.h"
|
||||
#include "c_types.h"
|
||||
#include "user_interface.h"
|
||||
#include "esp_mphal.h"
|
||||
#include "py/mphal.h"
|
||||
|
||||
// seems that this is missing in the Espressif SDK
|
||||
#define FUNC_U0RXD 0
|
||||
|
||||
Reference in New Issue
Block a user