summaryrefslogtreecommitdiff
path: root/include/ffconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ffconf.h')
-rw-r--r--include/ffconf.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ffconf.h b/include/ffconf.h
new file mode 100644
index 0000000..9841d5b
--- /dev/null
+++ b/include/ffconf.h
@@ -0,0 +1,5 @@
+#ifdef __AVR__
+#include "avr/ffconf.h"
+#else
+ /* TODO */
+#endif