summaryrefslogtreecommitdiff
path: root/include/ffconf.h
diff options
context:
space:
mode:
authorLeo C2014-11-28 11:24:23 +0100
committerLeo C2014-11-28 11:24:23 +0100
commit4f881b028b8e5f6d41efc430185db4d41cb48caa (patch)
tree9bd902401ae6b2b66354b06df36e10961f3bdb61 /include/ffconf.h
parent2f53dd651e4bc075376ade16897272b41fd08a14 (diff)
downloadz180-stamp-4f881b028b8e5f6d41efc430185db4d41cb48caa.zip
LFN support
Diffstat (limited to 'include/ffconf.h')
-rw-r--r--include/ffconf.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ffconf.h b/include/ffconf.h
new file mode 100644
index 0000000..1399dc2
--- /dev/null
+++ b/include/ffconf.h
@@ -0,0 +1,4 @@
+#ifdef __AVR__
+#include "avr/ffconf.h"
+#else
+#endif