forked from mirror/qmk_firmware
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user