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:
Dean Camera 2010-05-13 07:31:27 +00:00
parent e277ff0cf4
commit d3c623e1e1
10 changed files with 14 additions and 15 deletions

View file

@ -60,13 +60,13 @@
# MCU name
MCU = at90usb647
MCU = atmega32u4
# Target board (see library "Board Types" documentation, NONE for projects not requiring
# LUFA board drivers). If USER is selected, put custom board drivers in a directory called
# "Board" inside the application directory.
BOARD = USBKEY
BOARD = BENITO
# Processor frequency.