ARDUINO_ARCH_SAM

This commit is contained in:
Michael Miller
2021-03-30 11:55:13 -07:00
parent 3e5e4bb5ba
commit e739c82e6f

View File

@@ -109,9 +109,9 @@ License along with NeoPixel. If not, see
#include "internal/NeoNrf52xMethod.h"
#elif defined(ARDUINO_ARCH_ARM) && defined(USE_ARM_DWT_BITBANG) // must be before __arm__,
#elif defined(ARDUINO_ARCH_SAM) && defined(USE_ARM_DWT_BITBANG) // must be before __arm__,
// use the more general purpose ARM bitbang
// use the more general purpose ARM SAM bitbang
#include "internal/NeoArmBitBangMethod.h"
#elif defined(__arm__) // must be before ARDUINO_ARCH_AVR due to Teensy incorrectly having it set