summaryrefslogtreecommitdiff
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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/digital/avr/modules/isp/test/avrconfig.h b/digital/avr/modules/isp/test/avrconfig.h
index 2b4e37de..92f5742a 100644
--- a/digital/avr/modules/isp/test/avrconfig.h
+++ b/digital/avr/modules/isp/test/avrconfig.h
@@ -32,5 +32,7 @@
#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
+/** Should be implemeted by the user to send a frame. */
+#define AC_ISP_PROTO_SEND isp_frame_send_frame
#endif /* avrconfig_h */