Added stdio.h stream examples for the virtual CDC UART in the CDC host demos.
[pub/USBasp.git] / Demos / Host / ClassDriver / KeyboardHost / makefile
index a8fff0a..6e869b5 100644 (file)
@@ -60,7 +60,7 @@
 \r
 \r
 # MCU name\r
 \r
 \r
 # MCU name\r
-MCU = at90usb647\r
+MCU = at90usb1287\r
 \r
 \r
 # Target board (see library "Board Types" documentation, USER or blank for projects not requiring\r
 \r
 \r
 # Target board (see library "Board Types" documentation, USER or blank for projects not requiring\r
@@ -117,6 +117,7 @@ LUFA_PATH = ../../../..
 \r
 # LUFA library compile-time options\r
 LUFA_OPTS += -D USB_HOST_ONLY\r
 \r
 # LUFA library compile-time options\r
 LUFA_OPTS += -D USB_HOST_ONLY\r
+LUFA_OPTS += -D HID_HOST_BOOT_PROTOCOL_ONLY\r
 LUFA_OPTS += -D USE_STATIC_OPTIONS="(USB_OPT_REG_ENABLED | USB_OPT_AUTO_PLL)"\r
 \r
 \r
 LUFA_OPTS += -D USE_STATIC_OPTIONS="(USB_OPT_REG_ENABLED | USB_OPT_AUTO_PLL)"\r
 \r
 \r