From 96413087dcf4bbe015c4e9af8dd982aa2710f29c Mon Sep 17 00:00:00 2001 From: ntfreak Date: Wed, 11 Mar 2009 22:42:35 +0000 Subject: - add support for standalone rlink https://lists.berlios.de/pipermail/openocd-development/2009-March/004965.html git-svn-id: svn://svn.berlios.de/openocd/trunk@1410 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/jtag/rlink/ep1_cmd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/jtag/rlink/ep1_cmd.h') diff --git a/src/jtag/rlink/ep1_cmd.h b/src/jtag/rlink/ep1_cmd.h index 1b29f43e..b30e1bb1 100644 --- a/src/jtag/rlink/ep1_cmd.h +++ b/src/jtag/rlink/ep1_cmd.h @@ -46,8 +46,8 @@ /* a quick way to just read back one byte */ #define EP1_CMD_DTC_GET_CACHED_STATUS (0x16) -/* Writes upper 2 bits port D with argument */ -#define EP1_CMD_SET_PORTD_UPPER (0x19) +/* Writes upper 2 bits (SHDN and SEL) of port D with argument */ +#define EP1_CMD_SET_PORTD_VPP (0x19) /* Writes lower 2 bits (BUSY and ERROR) of port D with argument */ #define EP1_CMD_SET_PORTD_LEDS (0x1a) -- cgit v1.2.3