diff options
author | Dave Madison <dmadison@users.noreply.github.com> | 2020-07-23 06:43:04 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-23 06:43:04 -0400 |
commit | e5f960a2f9e135cfda466926f36e0f119a125e23 (patch) | |
tree | 4a0f8da4185436714fccb33db8b592db8a8b83b2 /cores/arduino/new | |
parent | 924299c159b619852d4c5eb1fc106db8a459d661 (diff) | |
parent | 41870576b451062921f9e35be411efa56be37ea1 (diff) |
Merge pull request #9 from dmadison/upstream-updates
Arduino Core 1.8.3
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" |