summaryrefslogtreecommitdiff
path: root/src/target/etb.c
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-05 19:30:13 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-05 19:30:13 +0000
commitb6f268c113521557889aa253e2dd7218507e20d9 (patch)
tree5d63cab88421531e3ae5b30cf8e98748df6afb42 /src/target/etb.c
parente03658ee07edf5ff15afdda0b62f555ef96b56dc (diff)
downloadopenocd_libswd-b6f268c113521557889aa253e2dd7218507e20d9.tar.gz
openocd_libswd-b6f268c113521557889aa253e2dd7218507e20d9.tar.bz2
openocd_libswd-b6f268c113521557889aa253e2dd7218507e20d9.tar.xz
openocd_libswd-b6f268c113521557889aa253e2dd7218507e20d9.zip
mark usage of in_handler that can be converted into user code
git-svn-id: svn://svn.berlios.de/openocd/trunk@1607 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/target/etb.c')
-rw-r--r--src/target/etb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/etb.c b/src/target/etb.c
index d9b06747..5af9b910 100644
--- a/src/target/etb.c
+++ b/src/target/etb.c
@@ -217,7 +217,7 @@ static int etb_read_ram(etb_t *etb, u32 *data, int num_frames)
jtag_add_dr_scan(3, fields, TAP_INVALID);
- fields[0].in_handler = buf_to_u32_handler;
+ fields[0].in_handler = buf_to_u32_handler; /* deprecated! invoke this from user code! */
for (i = 0; i < num_frames; i++)
{