Author: Holger Schurig <hs4233@mail.mn-solutions.de>
-Prevent freezing of target when doing a 'shutdown'. git-svn-id: svn://svn.berlios.de/openocd/trunk@1869 b42882b7-edfa-0310-969c-e2dbd0fdcd60__archive__
parent
788cad7244
commit
869ef01f3c
|
@ -2642,8 +2642,6 @@ static int ft2232_quit(void)
|
||||||
|
|
||||||
status = FT_Close(ftdih);
|
status = FT_Close(ftdih);
|
||||||
#elif BUILD_FT2232_LIBFTDI == 1
|
#elif BUILD_FT2232_LIBFTDI == 1
|
||||||
ftdi_disable_bitbang(&ftdic);
|
|
||||||
|
|
||||||
ftdi_usb_close(&ftdic);
|
ftdi_usb_close(&ftdic);
|
||||||
|
|
||||||
ftdi_deinit(&ftdic);
|
ftdi_deinit(&ftdic);
|
||||||
|
|
Loading…
Reference in New Issue