bl0ng
This commit is contained in:
parent
6352cd1847
commit
4795819af6
|
|
@ -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__)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue