mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-27 14:35:27 +00:00
usbdev_close(): Repair the logic around the
conditional compilation of usb_reset() introduced in r798. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@841 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
@@ -239,7 +239,7 @@ static void usbdev_close(union filedescriptor *fd)
|
||||
|
||||
(void)usb_release_interface(udev, usb_interface);
|
||||
|
||||
#if defined(__FreeBSD__)
|
||||
#if !defined(__FreeBSD__)
|
||||
/*
|
||||
* Without this reset, the AVRISP mkII seems to stall the second
|
||||
* time we try to connect to it. This is not necessary on
|
||||
|
Reference in New Issue
Block a user