The LIBUSB_FILTERDRV_COMPAT compile time option in the XPLAINBridge and AVRISP-MKII projects has been renamed LIBUSB_DRIVER_COMPAT, as it applies to all software on all platforms using the libUSB driver.
Fix Benito makefile which was accidentally changed during testing.
This commit is contained in:
parent
e277ff0cf4
commit
d3c623e1e1
10 changed files with 14 additions and 15 deletions
|
|
@ -79,11 +79,10 @@
|
|||
* <td>Defines the maximum number of bytes which can be buffered in each Ring Buffer.</td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>LIBUSB_FILTERDRV_COMPAT</td>
|
||||
* <td>LIBUSB_DRIVER_COMPAT</td>
|
||||
* <td>Makefile CDEFS</td>
|
||||
* <td>Define to switch to a non-standard endpoint scheme, breaking compatibility with AVRStudio under Windows but making
|
||||
* the code compatible with Windows builds of avrdude using the libUSB driver. Linux platforms are not affected by this
|
||||
* option.
|
||||
* the code compatible with software such as avrdude (all platforms) that use the libUSB driver.
|
||||
* </tr>
|
||||
* </table>
|
||||
*/
|
||||
Loading…
Add table
Add a link
Reference in a new issue