From 641a44e3e9d69349bdc525865b164c983e7ca40c Mon Sep 17 00:00:00 2001 From: Dan Halbert Date: Fri, 23 Feb 2018 10:57:59 -0500 Subject: Remove obsolete periphal drivers in esp module --- esp8266/mpconfigport.h | 1 - 1 file changed, 1 deletion(-) (limited to 'esp8266/mpconfigport.h') 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); -- cgit v1.2.3