adi_v5_swd: add comment to describe debug flag 'do_sync'
Change-Id: I1f7f0eed7a6e3626f5fde841ec7fa1d29906db29 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: https://review.openocd.org/c/openocd/+/6696 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
This commit is contained in:
parent
fdaa16506d
commit
d385dfbab4
|
@ -53,6 +53,7 @@
|
|||
|
||||
#include <jtag/swd.h>
|
||||
|
||||
/* for debug, set do_sync to true to force synchronous transfers */
|
||||
static bool do_sync;
|
||||
|
||||
static void swd_finish_read(struct adiv5_dap *dap)
|
||||
|
|
Loading…
Reference in New Issue