diff options
Diffstat (limited to 'cores/arduino/new')
-rw-r--r-- | cores/arduino/new | 5 |
1 files changed, 5 insertions, 0 deletions
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<new> works as expected +*/ +#include "new.h" |