From a4d73ce24e6a964cd2a756eba87073609d1f0d64 Mon Sep 17 00:00:00 2001 From: Chris Knorowski Date: Mon, 19 Aug 2019 12:49:29 -0700 Subject: [PATCH] update arm_math.h typo fix --- Include/arm_math.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Include/arm_math.h b/Include/arm_math.h index 9b334632..dedb05f5 100644 --- a/Include/arm_math.h +++ b/Include/arm_math.h @@ -7976,7 +7976,7 @@ float32_t arm_yule_distance(const uint32_t *pA, const uint32_t *pB, uint32_t num #if defined ( __ARM_ARCH_7EM__ ) #define LOW_OPTIMIZATION_ENTER \ _Pragma ("optimize=low") -#elif define ( _MSC_VER) +#elif defined ( _MSC_VER) #define LOW_OPTIMIZATION_ENTER #define LOW_OPTIMIZATION_EXIT #define IAR_ONLY_LOW_OPTIMIZATION_ENTER