From d1ae194f8d82027cd6cbe35e32111550c9bba9fd Mon Sep 17 00:00:00 2001 From: eudoxos Date: Wed, 13 May 2020 11:46:47 +0200 Subject: Add "new" proxy header for compatibility with c++-standard #include --- cores/arduino/new | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 cores/arduino/new diff --git a/cores/arduino/new b/cores/arduino/new new file mode 100644 index 0000000..aa8ecb5 --- /dev/null +++ b/cores/arduino/new @@ -0,0 +1,5 @@ +/* +this header is for compatibility with standard c++ header names +so that #include works as expected +*/ +#include "new.h" -- cgit v1.2.3-18-g5258