mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
- change sleep to usleep - fixes issue under win32 build
git-svn-id: svn://svn.berlios.de/openocd/trunk@2483 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -328,7 +328,7 @@ static int jlink_init(void)
|
||||
LOG_INFO("J-Link initialization started / target CPU reset initiated");
|
||||
jlink_simple_command(EMU_CMD_HW_TRST0);
|
||||
jlink_simple_command(EMU_CMD_HW_RESET0);
|
||||
sleep(1);
|
||||
usleep(1000);
|
||||
|
||||
jlink_hw_jtag_version = 2;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user