aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-08-11 08:36:25 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-08-11 08:36:25 +0000
commita2001ac1ccf4d4919c8243fbc69aff0b68973d3f (patch)
tree6f71190fd54d08e547634c1d2e8c4cdcd1947c5f /Demos/Host/makefile
parentf4814771d2544cc53098fc8c13657eb41e9e9401 (diff)
downloadlufa-a2001ac1ccf4d4919c8243fbc69aff0b68973d3f.tar.gz
lufa-a2001ac1ccf4d4919c8243fbc69aff0b68973d3f.tar.bz2
lufa-a2001ac1ccf4d4919c8243fbc69aff0b68973d3f.zip
Fixed swapped paremeters in the HID state memory copy call while processing a HID PUSH item in the HID report parser.
Fixed memory corruption HID report parser when too many COLLECTION or PUSH items were processed. Make RNDIS device class driver include the CDC device class driver header, so that it can inherrit the required CDC functional descriptor macro. Make HID host class driver include the HID report parser.
Diffstat (limited to 'Demos/Host/makefile')
-rw-r--r--Demos/Host/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Host/makefile b/Demos/Host/makefile
index 253141330..937c8fac8 100644
--- a/Demos/Host/makefile
+++ b/Demos/Host/makefile
@@ -14,5 +14,5 @@
# code.
%:
-# make -C ClassDriver/ $@ <TODO: Re-enable after Host class drivers complete>
+ make -C ClassDriver/ $@
make -C LowLevel/ $@