summaryrefslogtreecommitdiff
path: root/esp8266/mpconfigport.h
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2018-02-23 10:57:59 -0500
committerDan Halbert <halbert@halwitz.org>2018-02-23 10:57:59 -0500
commit641a44e3e9d69349bdc525865b164c983e7ca40c (patch)
treec0ab67ccbdd14e226fb0c5b0eb6ab8d1cdb374ba /esp8266/mpconfigport.h
parent419920987c2e9473ec7b75064506b9acbb696ddd (diff)
Remove obsolete periphal drivers in esp module
Diffstat (limited to 'esp8266/mpconfigport.h')
-rw-r--r--esp8266/mpconfigport.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/esp8266/mpconfigport.h b/esp8266/mpconfigport.h
index 1542147ad..b0021ddcb 100644
--- a/esp8266/mpconfigport.h
+++ b/esp8266/mpconfigport.h
@@ -106,7 +106,6 @@
#define MICROPY_FATFS_MAX_SS (4096)
#define MICROPY_FATFS_LFN_CODE_PAGE (437) /* 1=SFN/ANSI 437=LFN/U.S.(OEM) */
#define MICROPY_VFS_FAT (1)
-#define MICROPY_ESP8266_APA102 (1)
#define MICROPY_ESP8266_NEOPIXEL (1)
extern void ets_event_poll(void);