fix for clang-format in Adafruit_SPIDevice.h
This commit is contained in:
parent
18a22e98ac
commit
fcd9217179
|
|
@ -79,7 +79,8 @@ typedef uint32_t BusIO_PortMask;
|
||||||
|
|
||||||
#elif (defined(__arm__) || defined(ARDUINO_FEATHER52)) && \
|
#elif (defined(__arm__) || defined(ARDUINO_FEATHER52)) && \
|
||||||
!defined(ARDUINO_ARCH_RP2040) && !defined(ARDUINO_SILABS) && \
|
!defined(ARDUINO_ARCH_RP2040) && !defined(ARDUINO_SILABS) && \
|
||||||
!defined(ARDUINO_UNOR4_MINIMA) && !defined(ARDUINO_UNOR4_WIFI) && !defined(PORTDUINO)
|
!defined(ARDUINO_UNOR4_MINIMA) && !defined(ARDUINO_UNOR4_WIFI) && \
|
||||||
|
!defined(PORTDUINO)
|
||||||
typedef volatile uint32_t BusIO_PortReg;
|
typedef volatile uint32_t BusIO_PortReg;
|
||||||
typedef uint32_t BusIO_PortMask;
|
typedef uint32_t BusIO_PortMask;
|
||||||
#if !defined(__ASR6501__) && !defined(__ASR6502__)
|
#if !defined(__ASR6501__) && !defined(__ASR6502__)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue