From: OpenOCD-Gerrit <ope...@us...> - 2020-09-05 17:45:24
|
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 0dad8cbfe9e1d43cdcabbc8eb4e2809b7b21381d (commit) from 24db985f602bbe21ee4d10147937ed897f28a555 (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 0dad8cbfe9e1d43cdcabbc8eb4e2809b7b21381d Author: Antonio Borneo <bor...@gm...> Date: Fri Apr 24 22:59:13 2020 +0200 drivers/buspirate: remove empty lines at end of file Change split from http://openocd.zylin.com/5172/ to avoid conflicts with other pending changes in gerrit. Change-Id: Id3e21c92b3da7ddce7b00664280da2143c06f172 Signed-off-by: Antonio Borneo <bor...@gm...> Reviewed-on: http://openocd.zylin.com/5604 Tested-by: jenkins diff --git a/src/jtag/drivers/buspirate.c b/src/jtag/drivers/buspirate.c index dc38c5db0..12bb81e39 100644 --- a/src/jtag/drivers/buspirate.c +++ b/src/jtag/drivers/buspirate.c @@ -1536,5 +1536,3 @@ static int buspirate_swd_run_queue(void) LOG_DEBUG("SWD queue return value: %02x", retval); return retval; } - - ----------------------------------------------------------------------- Summary of changes: src/jtag/drivers/buspirate.c | 2 -- 1 file changed, 2 deletions(-) hooks/post-receive -- Main OpenOCD repository |