Skip to content

Commit a64b3f0

Browse files
committed
Drop unnecessary class def for ExpanderPins
1 parent 04b3c1d commit a64b3f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Adafruit_SPITFT.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
#include "Adafruit_GFX.h"
2727
#include <SPI.h>
2828

29-
#if defined(ARDUINO_ARDUINO_NESSO_N1)
30-
class ExpanderPin;
31-
#endif
29+
// #if defined(ARDUINO_ARDUINO_NESSO_N1)
30+
// class ExpanderPin;
31+
// #endif
3232

3333
// HARDWARE CONFIG ---------------------------------------------------------
3434

0 commit comments

Comments
 (0)