esp32: Remove unneeded modesp.h.

Made redundant by 71f4faac27

Signed-off-by: Damien George <damien@micropython.org>
pull/8245/head
Damien George 2022-02-02 16:20:41 +11:00
rodzic b18d4392b4
commit 872bab6b3c
2 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -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;

Wyświetl plik

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