Added STM32 Feather check

This commit is contained in:
Kevin Townsend
2016-01-27 08:50:27 +01:00
parent eee4de23b2
commit a267c43d1f
+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)
#elif defined(ESP8266) || defined(ARDUINO_STM32_FEATHER)
typedef volatile uint32_t PortReg;
typedef uint32_t PortMask;
#else