summaryrefslogtreecommitdiffhomepage
path: root/digital/avr/modules/isp/isp_proto.h
diff options
context:
space:
mode:
authorNicolas Schodet2009-04-25 13:24:53 +0200
committerNicolas Schodet2009-04-25 13:24:53 +0200
commitacf742ef36a87703365a4662e71a898873f69dac (patch)
treed5ee08d22cac0693e4a325891cc4f0c7ec6312ec /digital/avr/modules/isp/isp_proto.h
parent896d4c9f207d5562be1f53701295bdfcb9086807 (diff)
* digital/avr/modules/isp:
- added many isp_proto commands.
Diffstat (limited to 'digital/avr/modules/isp/isp_proto.h')
-rw-r--r--digital/avr/modules/isp/isp_proto.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/digital/avr/modules/isp/isp_proto.h b/digital/avr/modules/isp/isp_proto.h
index 983f6f0f..460ec889 100644
--- a/digital/avr/modules/isp/isp_proto.h
+++ b/digital/avr/modules/isp/isp_proto.h
@@ -28,6 +28,9 @@
/** The isp_proto sub module interprets commands in the AVR068 and AVR069
* format. Framing is needed for AVR068 and provided by isp_frame. */
+/** Requested SCK duration, in the AVR06[89] format. */
+uint8_t isp_proto_sck_duration;
+
/** Should be implemeted by the user to send a frame. */
void
AC_ISP_PROTO_SEND (uint8_t *data, uint16_t len);