projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Combined Keyboad and Mouse normal and interrupt driven host demos into unified Keyboa...
[pub/USBasp.git]
/
Demos
/
MouseHost
/
makefile
diff --git
a/Demos/MouseHost/makefile
b/Demos/MouseHost/makefile
index
bdec6fa
..
bbdb548
100644
(file)
--- a/
Demos/MouseHost/makefile
+++ b/
Demos/MouseHost/makefile
@@
-180,7
+180,6
@@
CDEFS = -DF_CPU=$(F_CPU)UL -DF_CLOCK=$(F_CLOCK)UL -DBOARD=BOARD_$(BOARD)
CDEFS += -DUSE_NONSTANDARD_DESCRIPTOR_NAMES -DNO_STREAM_CALLBACKS -DUSB_HOST_ONLY
\r
CDEFS += -DUSE_STATIC_OPTIONS="(USB_OPT_REG_ENABLED | USB_OPT_AUTO_PLL)"
\r
\r
-
\r
# Place -D or -U options here for ASM sources
\r
ADEFS = -DF_CPU=$(F_CPU)
\r
\r