This commit is contained in:
ladyada
2016-11-12 01:12:56 -05:00
parent 25c28c78f2
commit c89c91f544
+1 -1
View File
@@ -32,7 +32,7 @@ All text above, and the splash screen must be included in any redistribution
#define HAVE_PORTREG
#elif defined(ARDUINO_ARCH_SAMD)
// not supported
#elif defined(ESP8266) || defined(ESP32 || defined(ARDUINO_STM32_FEATHER) || defined(__arc__)
#elif defined(ESP8266) || defined(ESP32) || defined(ARDUINO_STM32_FEATHER) || defined(__arc__)
typedef volatile uint32_t PortReg;
typedef uint32_t PortMask;
#else