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.
2 parents fc25cd4 + 5f170d8 commit 970ccbfCopy full SHA for 970ccbf
Adafruit_SPIDevice.h
@@ -74,7 +74,8 @@ typedef uint32_t BusIO_PortMask;
74
75
#elif (defined(__arm__) || defined(ARDUINO_FEATHER52)) && \
76
!defined(ARDUINO_ARCH_MBED) && !defined(ARDUINO_ARCH_RP2040) && \
77
- !defined(ARDUINO_SILABS)
+ !defined(ARDUINO_SILABS) && !defined(ARDUINO_UNOR4_MINIMA) && \
78
+ !defined(ARDUINO_UNOR4_WIFI)
79
typedef volatile uint32_t BusIO_PortReg;
80
typedef uint32_t BusIO_PortMask;
81
#if !defined(__ASR6501__) && !defined(__ASR6502__)
0 commit comments