Fix traits error for arduino examples (#400)

This commit is contained in:
JR 2021-06-30 10:53:45 +02:00 committed by GitHub
parent 7933e146fc
commit bb6a860f6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,6 @@
// make sure that we do not rely on the STL
#define ETL_NO_STL
#include "Embedded_Template_Library.h"
#include "etl/vector.h"