esp32: Remove unneeded modesp.h.
Made redundant by 71f4faac27
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
parent
b18d4392b4
commit
872bab6b3c
|
@ -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;
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
void esp_neopixel_write(uint8_t pin, uint8_t *pixels, uint32_t numBytes, uint8_t timing);
|
Loading…
Reference in New Issue