From 50495dc6820bc358282b9f44c19c9671ee6dbd23 Mon Sep 17 00:00:00 2001 From: Julian Eder <17029652+ederjc@users.noreply.github.com> Date: Thu, 14 Mar 2024 09:36:00 +0100 Subject: [PATCH] Add define to support XMC1400_Arduino_Kit --- Adafruit_NeoPixel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Adafruit_NeoPixel.cpp b/Adafruit_NeoPixel.cpp index a555438..0379836 100644 --- a/Adafruit_NeoPixel.cpp +++ b/Adafruit_NeoPixel.cpp @@ -2336,7 +2336,7 @@ void Adafruit_NeoPixel::show(void) { #endif //---- -#elif defined(XMC1100_XMC2GO) || defined(XMC1100_H_BRIDGE2GO) || defined(XMC1100_Boot_Kit) || defined(XMC1300_Boot_Kit) +#elif defined(XMC1100_XMC2GO) || defined(XMC1400_Arduino_Kit) || defined(XMC1100_H_BRIDGE2GO) || defined(XMC1100_Boot_Kit) || defined(XMC1300_Boot_Kit) // XMC1100/1200/1300 with ARM Cortex M0 are running with 32MHz, XMC1400 runs with 48MHz so may not work // Tried this with a timer/counter, couldn't quite get adequate