projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add start of a SDP service table, which will be linked to the Bluetooth SDP code.
[pub/USBasp.git]
/
Bootloaders
/
makefile
diff --git
a/Bootloaders/makefile
b/Bootloaders/makefile
index
78af34d
..
80017d6
100644
(file)
--- a/
Bootloaders/makefile
+++ b/
Bootloaders/makefile
@@
-1,6
+1,6
@@
#
\r
# LUFA Library
\r
#
\r
# LUFA Library
\r
-# Copyright (C) Dean Camera, 20
09
.
\r
+# Copyright (C) Dean Camera, 20
10
.
\r
#
\r
# dean [at] fourwalledcubicle [dot] com
\r
# www.fourwalledcubicle.com
\r
#
\r
# dean [at] fourwalledcubicle [dot] com
\r
# www.fourwalledcubicle.com
\r
@@
-19,7
+19,7
@@
all:
\r
make -C 'CDC/' clean
\r
make -C 'CDC/' all
\r
\r
make -C 'CDC/' clean
\r
make -C 'CDC/' all
\r
-
\r
+
\r
make -C 'TeensyHID/' clean
\r
make -C 'TeensyHID/' all
\r
\r
make -C 'TeensyHID/' clean
\r
make -C 'TeensyHID/' all
\r
\r