summaryrefslogtreecommitdiffhomepage
path: root/digital/avr/modules/isp/test/avrconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'digital/avr/modules/isp/test/avrconfig.h')
-rw-r--r--digital/avr/modules/isp/test/avrconfig.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/digital/avr/modules/isp/test/avrconfig.h b/digital/avr/modules/isp/test/avrconfig.h
index 5c1538d3..2b4e37de 100644
--- a/digital/avr/modules/isp/test/avrconfig.h
+++ b/digital/avr/modules/isp/test/avrconfig.h
@@ -25,4 +25,12 @@
*
* }}} */
+/* isp - ISP module. */
+/** Size of isp_frame buffer. */
+#define AC_ISP_FRAME_BUFFER_SIZE 275
+/** Should be implemented by the user to send a character. */
+#define AC_ISP_FRAME_SEND_CHAR uart0_putc
+/** Should be implemented by the user (isp_proto) to accept a frame. */
+#define AC_ISP_FRAME_ACCEPT_FRAME isp_proto_accept
+
#endif /* avrconfig_h */