diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-03-17 05:27:51 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-03-17 05:27:51 +0000 |
| commit | e6a29bfdb24b836ca40f8f45124dfd35c605d9e9 (patch) | |
| tree | a7f1dc78aa5207db541e80b8a309120385eb17d8 /Bootloaders/TeensyHID/makefile | |
| parent | ffea86cfc8d6817aebc68433f629c38e64838a02 (diff) | |
Fixed broken Magstripe project and TeensyHID bootloader.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@464 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Bootloaders/TeensyHID/makefile')
| -rw-r--r-- | Bootloaders/TeensyHID/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Bootloaders/TeensyHID/makefile b/Bootloaders/TeensyHID/makefile index 2173c356..062a3243 100644 --- a/Bootloaders/TeensyHID/makefile +++ b/Bootloaders/TeensyHID/makefile @@ -75,7 +75,7 @@ BOARD = USBKEY # F_CPU = 16000000
# F_CPU = 18432000
# F_CPU = 20000000
-F_CPU = 8000000
+F_CPU = 16000000
# Input clock frequency.
@@ -89,7 +89,7 @@ F_CPU = 8000000 #
# If no clock division is performed on the input clock inside the AVR (via the
# CPU clock adjust registers or the clock division fuses), this will be equal to F_CPU.
-F_CLOCK = 8000000
+F_CLOCK = 16000000
# Output format. (can be srec, ihex, binary)
|
