diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-05-05 21:05:30 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-05-05 21:05:30 +0000 |
commit | 3bf3e53367664310315e4e79c0cf410816ea4d11 (patch) | |
tree | 2013a581a5e3c4fad7c6d64ff4c410c5f66de614 /LUFA/StudioIntegration/lufa_drivers_usb_class.xml | |
parent | 7b5b8f199f0290d2befcde56fb99fe68c61d15ff (diff) | |
download | lufa-3bf3e53367664310315e4e79c0cf410816ea4d11.tar.gz lufa-3bf3e53367664310315e4e79c0cf410816ea4d11.tar.bz2 lufa-3bf3e53367664310315e4e79c0cf410816ea4d11.zip |
Add Printer Device Class source files to the Atmel Studio integration XML.
Diffstat (limited to 'LUFA/StudioIntegration/lufa_drivers_usb_class.xml')
-rw-r--r-- | LUFA/StudioIntegration/lufa_drivers_usb_class.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/LUFA/StudioIntegration/lufa_drivers_usb_class.xml b/LUFA/StudioIntegration/lufa_drivers_usb_class.xml index 4f6a3113a..d15a546a9 100644 --- a/LUFA/StudioIntegration/lufa_drivers_usb_class.xml +++ b/LUFA/StudioIntegration/lufa_drivers_usb_class.xml @@ -114,6 +114,8 @@ <build type="header-file" value="Drivers/USB/Class/PrinterClass.h"/>
<build type="header-file" value="Drivers/USB/Class/Common/PrinterClassCommon.h"/>
+ <build type="header-file" value="Drivers/USB/Class/Device/PrinterClassDevice.h"/>
+ <build type="c-source" value="Drivers/USB/Class/Device/PrinterClassDevice.c"/>
<build type="header-file" value="Drivers/USB/Class/Host/PrinterClassHost.h"/>
<build type="c-source" value="Drivers/USB/Class/Host/PrinterClassHost.c"/>
</module>
@@ -167,4 +169,4 @@ <require idref="lufa.drivers.usb.class.si"/>
</module>
</asf>
-</lufa>
\ No newline at end of file +</lufa>
|