From: OpenOCD-Gerrit <ope...@us...> - 2022-06-24 21:51:40
|
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 48727688f91713a5814f6a85883d1c3d7810103b (commit) from 717b99164adc09c5a74bd25edeca87d66308e9dd (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 48727688f91713a5814f6a85883d1c3d7810103b Author: Antonio Borneo <bor...@gm...> Date: Mon Jun 13 00:09:41 2022 +0200 tcl/interface/vdebug: add newline to file's last line Change-Id: I83d2477e8bc837aeac69bd5d08fdd923fd00a37c Signed-off-by: Antonio Borneo <bor...@gm...> Reviewed-on: https://review.openocd.org/c/openocd/+/7023 Tested-by: jenkins diff --git a/tcl/interface/vdebug.cfg b/tcl/interface/vdebug.cfg index 9cca6aaab..7350bb9a9 100644 --- a/tcl/interface/vdebug.cfg +++ b/tcl/interface/vdebug.cfg @@ -30,4 +30,4 @@ tcl_port disabled vdebug batching 1 # Polling values -vdebug polling 100 1000 \ No newline at end of file +vdebug polling 100 1000 ----------------------------------------------------------------------- Summary of changes: tcl/interface/vdebug.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Main OpenOCD repository |