Merge pull request #125 from mecparts/master
Add compatibility with Arduino R4 boards
This commit is contained in:
commit
970ccbfd67
1 changed files with 2 additions and 1 deletions
|
|
@ -74,7 +74,8 @@ typedef uint32_t BusIO_PortMask;
|
|||
|
||||
#elif (defined(__arm__) || defined(ARDUINO_FEATHER52)) && \
|
||||
!defined(ARDUINO_ARCH_MBED) && !defined(ARDUINO_ARCH_RP2040) && \
|
||||
!defined(ARDUINO_SILABS)
|
||||
!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__)
|
||||
|
|
|
|||
Loading…
Reference in a new issue