Skip to content
Snippets Groups Projects
Commit cd1b2c15 authored by ntfreak's avatar ntfreak
Browse files

- change sleep to usleep - fixes issue under win32 build

git-svn-id: svn://svn.berlios.de/openocd/trunk@2483 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent d41f2bfb
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment