This commit is contained in:
lady ada 2021-03-27 17:07:44 -04:00
parent 6352cd1847
commit 4795819af6
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ typedef uint32_t BusIO_PortMask;
#define BUSIO_USE_FAST_PINIO #define BUSIO_USE_FAST_PINIO
#elif (defined(__arm__) || defined(ARDUINO_FEATHER52)) && \ #elif (defined(__arm__) || defined(ARDUINO_FEATHER52)) && \
!defined(ARDUINO_ARCH_MBED) && !defined(ARDUINO_ARCH_RP2040) !defined(ARDUINO_ARCH_MBED) && !defined(ARDUINO_ARCH_RP2040)
typedef volatile uint32_t BusIO_PortReg; typedef volatile uint32_t BusIO_PortReg;
typedef uint32_t BusIO_PortMask; typedef uint32_t BusIO_PortMask;
#if not defined(__ASR6501__) #if not defined(__ASR6501__)