Add compatibility with Arduino R4 boards

This commit is contained in:
mecparts 2024-02-11 13:28:45 -07:00
parent fc25cd4967
commit d5aa1a353e
No known key found for this signature in database
GPG Key ID: C672A76D5B66A684
1 changed files with 2 additions and 1 deletions

View File

@ -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__)