diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-27 15:48:09 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-27 15:48:09 +0000 |
commit | 0e64a9d0c290ff6eb504323dc3b30fdddefdcc85 (patch) | |
tree | 4d9494747759ff31c4cc6af2efbc3728bf88495b /Demos/Host/LowLevel/JoystickHostWithParser | |
parent | 3929cae00ea7fc0127ba0cde8db30e92ff713f87 (diff) | |
download | lufa-0e64a9d0c290ff6eb504323dc3b30fdddefdcc85.tar.gz lufa-0e64a9d0c290ff6eb504323dc3b30fdddefdcc85.tar.bz2 lufa-0e64a9d0c290ff6eb504323dc3b30fdddefdcc85.zip |
Update Atmel Studio core board templates to use different templates for each driver, so that the project caption contains the architecture. Update individual board modules to include the relevant board hardware drivers.
Diffstat (limited to 'Demos/Host/LowLevel/JoystickHostWithParser')
-rw-r--r-- | Demos/Host/LowLevel/JoystickHostWithParser/asf.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Host/LowLevel/JoystickHostWithParser/asf.xml b/Demos/Host/LowLevel/JoystickHostWithParser/asf.xml index 60e92a1ec..261ee3b78 100644 --- a/Demos/Host/LowLevel/JoystickHostWithParser/asf.xml +++ b/Demos/Host/LowLevel/JoystickHostWithParser/asf.xml @@ -1,7 +1,7 @@ <asf xmlversion="1.0">
<project caption="Joystick HID (with parser) Host Demo (Low Level APIs)" id="lufa.demos.host.lowlevel.joystick_parser.example">
<require idref="lufa.demos.host.lowlevel.joystick_parser"/>
- <require idref="lufa.boards.dummy"/>
+ <require idref="lufa.boards.dummy.avr8"/>
<generator value="as5_8"/>
<device-support value="at90usb1287"/>
|