From 24f730fce3f2022762011d795c3feada5ef874b3 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Mon, 21 Dec 2009 10:44:00 +0000 Subject: Ooops - TeensyHID bootloader makefile should use a 16MHz FCPU, not 8MHz. --- Bootloaders/TeensyHID/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bootloaders/TeensyHID') diff --git a/Bootloaders/TeensyHID/makefile b/Bootloaders/TeensyHID/makefile index e728c491f..8de8f8f47 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 = 8000000 +F_CPU = 16000000 # Input clock frequency. -- cgit v1.2.3