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 9eeac1d commit c99c856Copy full SHA for c99c856
Adafruit_SPIDevice.h
@@ -78,9 +78,8 @@ typedef uint32_t BusIO_PortMask;
78
#define BUSIO_USE_FAST_PINIO
79
80
#elif (defined(__arm__) || defined(ARDUINO_FEATHER52)) && \
81
- !defined(ARDUINO_ARCH_RP2040) && \
82
- !defined(ARDUINO_SILABS) && !defined(ARDUINO_UNOR4_MINIMA) && \
83
- !defined(ARDUINO_UNOR4_WIFI)
+ !defined(ARDUINO_ARCH_RP2040) && !defined(ARDUINO_SILABS) && \
+ !defined(ARDUINO_UNOR4_MINIMA) && !defined(ARDUINO_UNOR4_WIFI)
84
typedef volatile uint32_t BusIO_PortReg;
85
typedef uint32_t BusIO_PortMask;
86
#if !defined(__ASR6501__) && !defined(__ASR6502__)
0 commit comments