From bf7567c6d8b60878f5b4f38d6d90cfb90c5f49fa Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Sat, 21 Jan 2017 10:42:02 +0000 Subject: [PATCH] Fixed find/replace editing error. --- src/platform.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/platform.h b/src/platform.h index cfbb4eed..0616594c 100644 --- a/src/platform.h +++ b/src/platform.h @@ -72,8 +72,8 @@ SOFTWARE. defined(ETL_COMPILER_TI_MSP430) || \ defined(ETL_COMPILER_IAR) || \ (defined(ETL_COMPILER_GCC) && (__cplusplus < 201103L)) - #define ETL_ETL_NO_NULLPTR_SUPPORT - #define ETL_ETL_NO_LARGE_CHAR_SUPPORT + #define ETL_NO_NULLPTR_SUPPORT + #define ETL_NO_LARGE_CHAR_SUPPORT #endif // Check to see if the compiler supports static_assert.