diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-12-21 08:29:12 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-12-21 08:29:12 +0000 |
| commit | ed96395683b13d7fc810ca6ad1e2d0741da53127 (patch) | |
| tree | 5b2d1e88df68f28e605ff8edccfdcca3203f38a0 /Bootloaders | |
| parent | b3c255659f933a8989db339967f15973ffadb073 (diff) | |
Ensure that unsupported SetFeature/ClearFeature request targets cause a STALL back to the host.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@997 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Bootloaders')
| -rw-r--r-- | Bootloaders/TeensyHID/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bootloaders/TeensyHID/makefile b/Bootloaders/TeensyHID/makefile index 8de8f8f4..e728c491 100644 --- a/Bootloaders/TeensyHID/makefile +++ b/Bootloaders/TeensyHID/makefile @@ -80,7 +80,7 @@ BOARD = # does not *change* the processor frequency - it should merely be updated to
# reflect the processor speed set externally so that the code can use accurate
# software delays.
-F_CPU = 16000000
+F_CPU = 8000000
# Input clock frequency.
|
