From: openocd-gerrit <ope...@us...> - 2023-11-18 11:27:54
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via 1c9f4ac181f6d5716f392a9e2d9167e797c390c7 (commit) from ba79d503bb4f1e92e91a4c300a036819fe91c6d3 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1c9f4ac181f6d5716f392a9e2d9167e797c390c7 Author: Tomas Vanek <va...@fb...> Date: Tue Nov 7 13:23:14 2023 +0100 drivers/cmsis_dap: drop unused variable The variable 'mode' was introduced in commit 4dc8cd201c66 ("cmsis-dap: add initial cmsis-dap support") but never has been used (just cleared) Change-Id: Ia741d181ee8006bd0d872f3358a57e045235741a Signed-off-by: Tomas Vanek <va...@fb...> Reviewed-on: https://review.openocd.org/c/openocd/+/7965 Reviewed-by: zapb <de...@za...> Reviewed-by: Antonio Borneo <bor...@gm...> Tested-by: jenkins diff --git a/src/jtag/drivers/cmsis_dap.h b/src/jtag/drivers/cmsis_dap.h index 16885a51d..a8554de80 100644 --- a/src/jtag/drivers/cmsis_dap.h +++ b/src/jtag/drivers/cmsis_dap.h @@ -52,7 +52,7 @@ struct cmsis_dap { unsigned int pending_fifo_block_count; uint16_t caps; - uint8_t mode; + uint32_t swo_buf_sz; bool trace_enabled; }; ----------------------------------------------------------------------- Summary of changes: src/jtag/drivers/cmsis_dap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Main OpenOCD repository |