diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-05-13 07:31:27 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-05-13 07:31:27 +0000 |
commit | d3c623e1e184bb36873c1ba9664f0c8266139589 (patch) | |
tree | b76c6aaac154031b7b4f2d248d0b19c45ef78860 /Projects/Benito/makefile | |
parent | e277ff0cf45e68fc16287b2fd2a054ae4e6a6ea8 (diff) | |
download | lufa-d3c623e1e184bb36873c1ba9664f0c8266139589.tar.gz lufa-d3c623e1e184bb36873c1ba9664f0c8266139589.tar.bz2 lufa-d3c623e1e184bb36873c1ba9664f0c8266139589.zip |
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.
Diffstat (limited to 'Projects/Benito/makefile')
-rw-r--r-- | Projects/Benito/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Projects/Benito/makefile b/Projects/Benito/makefile index f714935d4..4fadc10c1 100644 --- a/Projects/Benito/makefile +++ b/Projects/Benito/makefile @@ -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. |