From 948ff528fd1fa1f5f022a4f75e4fe20beb4f7aee Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Sun, 7 Jan 2018 18:46:52 +0000 Subject: [PATCH 1/2] Corrected definition of ETL_DEBUG --- src/platform.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/platform.h b/src/platform.h index f862ee91..cfe38897 100644 --- a/src/platform.h +++ b/src/platform.h @@ -35,9 +35,7 @@ SOFTWARE. #define ETL_8BIT_SUPPORT (CHAR_BIT == 8) #if defined(_DEBUG) || defined(DEBUG) - #define ETL_DEBUG 1 -#else - #define ETL_DEBUG 0 + #define ETL_DEBUG #endif #include "etl_profile.h" From 2385d7797deeac16ff17ac26988a4c36123451a1 Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Sun, 7 Jan 2018 18:48:44 +0000 Subject: [PATCH 2/2] Updated to 10.9.1 --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index 0ab4dd09..2fd7a984 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Embedded Template Library -version=10.9.0 +version=10.9.1 author= John Wellbelove maintainer=John Wellbelove sentence=A C++ template library tailored for embedded systems.