Ooops - TeensyHID bootloader makefile should use a 16MHz FCPU, not 8MHz.
authorDean Camera <dean@fourwalledcubicle.com>
Mon, 21 Dec 2009 10:44:00 +0000 (10:44 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Mon, 21 Dec 2009 10:44:00 +0000 (10:44 +0000)
Bootloaders/TeensyHID/makefile

index e728c49..8de8f8f 100644 (file)
@@ -80,7 +80,7 @@ BOARD  =
 #     does not *change* the processor frequency - it should merely be updated to\r
 #     reflect the processor speed set externally so that the code can use accurate\r
 #     software delays.\r
-F_CPU = 8000000\r
+F_CPU = 16000000\r
 \r
 \r
 # Input clock frequency.\r