From dd5940fe2e042760f14eeeb1dad3002694ba3610 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Tue, 15 Nov 2016 06:27:46 +0000 Subject: [PATCH] Add the Teensy 3.5 as a supported platform. --- Globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Globals.h b/Globals.h index 807417e..9e18082 100644 --- a/Globals.h +++ b/Globals.h @@ -36,7 +36,7 @@ #if defined(__SAM3X8E__) #define ARM_MATH_CM3 -#elif defined(STM32F4XX) || defined(STM32F4) || defined(__MK20DX256__) || defined(__MK66FX1M0__) +#elif defined(STM32F4XX) || defined(STM32F4) || defined(__MK20DX256__) || defined(__MK64FX512__) || defined(__MK66FX1M0__) #define ARM_MATH_CM4 #else #error "Unknown processor type"