Skip to content

Commit 1e6251e

Browse files
authored
Merge pull request #169 from tablatronix/esp8266-undef-USE_FAST_PINIO
esp use_fast_pinio undef
2 parents b9dfb41 + 6e9ad92 commit 1e6251e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Adafruit_SPITFT.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ typedef volatile uint32 RwReg;
2222
typedef volatile uint32_t RwReg;
2323
#elif defined(ESP32) || defined(ESP8266)
2424
typedef volatile uint32_t RwReg;
25+
#undef USE_FAST_PINIO
2526
#else
2627
#undef USE_FAST_PINIO
2728
#endif

0 commit comments

Comments
 (0)