mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
ti_icdi: add icdi_usb_query result check
Change-Id: I0b40586677a77ee6ae46fe120a677616bde22d1e Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/1279 Tested-by: jenkins Reviewed-by: Xiaofan <xiaofanc@gmail.com> Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
This commit is contained in:
committed by
Andreas Fritiofson
parent
fe97fab6a0
commit
900f2998c8
@@ -385,6 +385,8 @@ static int icdi_usb_query(void *handle)
|
||||
|
||||
/* set extended mode */
|
||||
result = icdi_send_cmd(handle, "!");
|
||||
if (result != ERROR_OK)
|
||||
return result;
|
||||
|
||||
/* check result */
|
||||
result = icdi_get_cmd_result(handle);
|
||||
|
||||
Reference in New Issue
Block a user