From: Dean Camera Date: Mon, 21 Dec 2009 10:44:00 +0000 (+0000) Subject: Ooops - TeensyHID bootloader makefile should use a 16MHz FCPU, not 8MHz. X-Git-Tag: LUFA-110528-BETA~728 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/24f730fce3f2022762011d795c3feada5ef874b3?ds=sidebyside Ooops - TeensyHID bootloader makefile should use a 16MHz FCPU, not 8MHz. --- 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.