aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/new
diff options
context:
space:
mode:
authorDave Madison <dmadison@users.noreply.github.com>2020-07-23 06:43:04 -0400
committerGitHub <noreply@github.com>2020-07-23 06:43:04 -0400
commite5f960a2f9e135cfda466926f36e0f119a125e23 (patch)
tree4a0f8da4185436714fccb33db8b592db8a8b83b2 /cores/arduino/new
parent924299c159b619852d4c5eb1fc106db8a459d661 (diff)
parent41870576b451062921f9e35be411efa56be37ea1 (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/new5
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"