summaryrefslogtreecommitdiff
path: root/digital/avr/modules/isp/test/avrconfig.h
diff options
context:
space:
mode:
authorNicolas Schodet2009-04-17 00:26:02 +0200
committerNicolas Schodet2009-04-17 00:26:02 +0200
commit2d884e20d4c5d18be53c1141dae73794f66b1a91 (patch)
tree05937bae6a5a06e92af2d40f5624568de6d34ddf /digital/avr/modules/isp/test/avrconfig.h
parent38dc291a2c718660c3c957c53f580b07cf3ec94f (diff)
* digital/avr/modules/isp:
- added isp_proto to handle AVR068 and AVR069 commands. - added very first isp_proto command.
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 */