We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfaa660 commit 1ec1fdbCopy full SHA for 1ec1fdb
Adafruit_SSD1306.h
@@ -55,7 +55,7 @@ typedef uint32_t PortMask;
55
#undef HAVE_PORTREG
56
#elif (defined(__arm__) || defined(ARDUINO_FEATHER52)) && \
57
!defined(ARDUINO_ARCH_MBED) && !defined(ARDUINO_ARCH_RP2040) && \
58
- !defined(ARDUINO_SILABS)
+ !defined(ARDUINO_ARCH_SILABS)
59
typedef volatile uint32_t PortReg;
60
typedef uint32_t PortMask;
61
#define HAVE_PORTREG
0 commit comments