projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add support for 18 MHz Clock
[pub/USBasp.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
64bb087
..
1dbe4b8
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-20,6
+20,7
@@
all:
$(MAKE) F_CPU=12000000 DEVICE=atmega88 do_firmware
$(MAKE) F_CPU=12000000 DEVICE=atmega328p do_firmware
$(MAKE) F_CPU=16000000 DEVICE=atmega328p do_firmware
+ $(MAKE) F_CPU=18000000 DEVICE=atmega328p do_firmware
help:
@echo "Usage:"