Ooops - TeensyHID bootloader makefile should use a 16MHz FCPU, not 8MHz.
[pub/USBasp.git] / 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