esp32: Remove unneeded modesp.h.

Made redundant by 71f4faac27

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George 2022-02-02 16:20:41 +11:00
parent b18d4392b4
commit 872bab6b3c
2 changed files with 0 additions and 2 deletions

View File

@ -36,7 +36,6 @@
#include "py/mperrno.h"
#include "py/mphal.h"
#include "drivers/dht/dht.h"
#include "modesp.h"
STATIC mp_obj_t esp_osdebug(size_t n_args, const mp_obj_t *args) {
esp_log_level_t level = LOG_LOCAL_LEVEL;

View File

@ -1 +0,0 @@
void esp_neopixel_write(uint8_t pin, uint8_t *pixels, uint32_t numBytes, uint8_t timing);