aboutsummaryrefslogtreecommitdiff
path: root/cores/xinput/new.h
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-03-07 13:48:57 +0100
committerHampusM <hampus@hampusmat.com>2022-03-07 13:48:57 +0100
commit563f69b870a7f71026c50605b531ed40d667b0a2 (patch)
treef9dd8374cae6affb3b52d79e22823c78187b99ed /cores/xinput/new.h
parentf4a2dc0440d17e4c9e609e01e12fcd786d268cf7 (diff)
rename arduino core dir to xinputHEADmaster
Diffstat (limited to 'cores/xinput/new.h')
-rw-r--r--cores/xinput/new.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cores/xinput/new.h b/cores/xinput/new.h
new file mode 100644
index 0000000..d529853
--- /dev/null
+++ b/cores/xinput/new.h
@@ -0,0 +1,3 @@
+// This file originally used a non-standard name for this Arduino core
+// only, so still expose the old new.h name for compatibility.
+#include "new"