mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-30 06:18:50 +08:00
Merge remote-tracking branch 'origin/development'
This commit is contained in:
commit
bc978a92ef
@ -1,5 +1,5 @@
|
||||
name=Embedded Template Library
|
||||
version=10.9.0
|
||||
version=10.9.1
|
||||
author= John Wellbelove <john.wellbelove@etlcpp.com>
|
||||
maintainer=John Wellbelove <john.wellbelove@etlcpp.com>
|
||||
sentence=A C++ template library tailored for embedded systems.
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user