X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Fembeddedice.c;h=b171dcf72f60c18217d3b61a716adc6742f6370c;hp=5502ad8a8a58590ef184e6d79df3e4efa5682aa1;hb=2615bf4398f393ee1e387128064093dcd44749c8;hpb=d76fd2aac798b4b052a50883ac148cbc19080d4a diff --git a/src/target/embeddedice.c b/src/target/embeddedice.c index 5502ad8a8a..b171dcf72f 100644 --- a/src/target/embeddedice.c +++ b/src/target/embeddedice.c @@ -637,7 +637,7 @@ int embeddedice_handshake(struct arm_jtag *jtag_info, int hsbit, uint32_t timeou * This is an inner loop of the open loop DCC write of data to target */ void embeddedice_write_dcc(struct jtag_tap *tap, - int reg_addr, uint8_t *buffer, int little, int count) + int reg_addr, const uint8_t *buffer, int little, int count) { int i;