summaryrefslogtreecommitdiff
path: root/include/ffconf.h
diff options
context:
space:
mode:
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