summaryrefslogtreecommitdiff
path: root/n/avr/twi-slave/avrconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'n/avr/twi-slave/avrconfig.h')
-rw-r--r--n/avr/twi-slave/avrconfig.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/n/avr/twi-slave/avrconfig.h b/n/avr/twi-slave/avrconfig.h
new file mode 100644
index 0000000..5933837
--- /dev/null
+++ b/n/avr/twi-slave/avrconfig.h
@@ -0,0 +1,7 @@
+#ifndef avrconfig_h
+#define avrconfig_h
+
+#define SIZE_BUF_RCPT 1
+#define SIZE_BUF_SEND 1
+
+#endif /* avrconfig_h */