projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed Device mode HID Class driver not explicitly initializing the ReportSize paramet...
[pub/lufa.git]
/
Demos
/
Host
/
makefile
diff --git
a/Demos/Host/makefile
b/Demos/Host/makefile
index
937c8fa
..
aa7b4cf
100644
(file)
--- a/
Demos/Host/makefile
+++ b/
Demos/Host/makefile
@@
-14,5
+14,5
@@
# code.
%:
- make -C ClassDriver/ $@
+ @echo TODO: Re-enable building of Host mode Class Driver demos once complete
make -C LowLevel/ $@