projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix errors in the KeyboardHost demo which prevented correct compilation.
[pub/USBasp.git]
/
Demos
/
Host
/
makefile
diff --git
a/Demos/Host/makefile
b/Demos/Host/makefile
index
2bf8adb
..
82661ff
100644
(file)
--- a/
Demos/Host/makefile
+++ b/
Demos/Host/makefile
@@
-21,7
+21,7
@@
all:
make -C GenericHIDHost all
make -C KeyboardHost clean
- make -C KeyboardHost
WithParser all
+ make -C KeyboardHost
all
make -C MassStorageHost clean
make -C MassStorageHost all