From 2d884e20d4c5d18be53c1141dae73794f66b1a91 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Fri, 17 Apr 2009 00:26:02 +0200 Subject: * digital/avr/modules/isp: - added isp_proto to handle AVR068 and AVR069 commands. - added very first isp_proto command. --- digital/avr/modules/isp/test/avrconfig.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'digital/avr/modules/isp/test/avrconfig.h') 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 */ -- cgit v1.2.3