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 78d6a13 commit 0394d33Copy full SHA for 0394d33
Adafruit_SSD1306.h
@@ -54,7 +54,7 @@ typedef uint32_t PortMask;
54
#elif defined(ARDUINO_ARCH_RTTHREAD)
55
#undef HAVE_PORTREG
56
#elif (defined(__arm__) || defined(ARDUINO_FEATHER52)) && \
57
- !defined(ARDUINO_ARCH_MBED) && !defined(ARDUINO_ARCH_RP2040)
+ !defined(ARDUINO_ARCH_MBED) && !defined(ARDUINO_ARCH_RP2040) && !defined(ARDUINO_SILABS)
58
typedef volatile uint32_t PortReg;
59
typedef uint32_t PortMask;
60
#define HAVE_PORTREG
0 commit comments