This is an automated email from Gerrit. Evan Hunter ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/2892
-- gerrit commit 7cf5450f15531c22d5a8f379007de461d64ab673 Author: Evan Hunter <[email protected]> Date: Wed Jul 29 13:29:41 2015 +0100 ADIv5: Fix typo in log message Change-Id: I9c5e648566b1dd43cb55fd5e30edf8d5f0d189a6 Signed-off-by: Evan Hunter <[email protected]> diff --git a/src/target/arm_adi_v5.h b/src/target/arm_adi_v5.h index 8d12608..7f61ff0 100644 --- a/src/target/arm_adi_v5.h +++ b/src/target/arm_adi_v5.h @@ -387,7 +387,7 @@ static inline int dap_dp_poll_register(struct adiv5_dap *dap, unsigned reg, int ret; uint32_t regval; - LOG_DEBUG("DAP: poll %x, mask 0x08%" PRIx32 ", value 0x%08" PRIx32, + LOG_DEBUG("DAP: poll %x, mask 0x%08" PRIx32 ", value 0x%08" PRIx32, reg, mask, value); do { ret = dap_dp_read_atomic(dap, reg, ®val); -- ------------------------------------------------------------------------------ _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
