Skip to content

Commit 6e9ad92

Browse files
committed
esp use_faast_pinio undef
This was never an issue until include macro was moved to below the definition, masked before 1.2.6
1 parent b9dfb41 commit 6e9ad92

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)