Skip to content

Commit

Permalink
fixup: clang-format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
facchinm committed Dec 16, 2024
1 parent 9eeac1d commit c99c856
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Adafruit_SPIDevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,8 @@ typedef uint32_t BusIO_PortMask;
#define BUSIO_USE_FAST_PINIO

#elif (defined(__arm__) || defined(ARDUINO_FEATHER52)) && \
!defined(ARDUINO_ARCH_RP2040) && \
!defined(ARDUINO_SILABS) && !defined(ARDUINO_UNOR4_MINIMA) && \
!defined(ARDUINO_UNOR4_WIFI)
!defined(ARDUINO_ARCH_RP2040) && !defined(ARDUINO_SILABS) && \
!defined(ARDUINO_UNOR4_MINIMA) && !defined(ARDUINO_UNOR4_WIFI)
typedef volatile uint32_t BusIO_PortReg;
typedef uint32_t BusIO_PortMask;
#if !defined(__ASR6501__) && !defined(__ASR6502__)
Expand Down

0 comments on commit c99c856

Please sign in to comment.