Merge remote-tracking branch 'origin/development'

# Conflicts:
#	library.properties
This commit is contained in:
John Wellbelove 2017-11-14 13:13:44 +00:00
parent d0d53d403f
commit 65fc448f00
2 changed files with 1 additions and 9 deletions

View File

@ -1,5 +1,5 @@
name=Embedded Template Library
version=10.3.2
version=10.3.3
author= John Wellbelove <john.wellbelove@etlcpp.com>
maintainer=John Wellbelove <john.wellbelove@etlcpp.com>
sentence=A C++ template library tailored for embedded systems.

View File

@ -1,8 +0,0 @@
#ifndef __ETL_PLATFORM_ARDUINO__
#define COMPILER_GCC
#define PLATFORM_ARM
#endif