X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/19ecd04f37f68c0674f1194aa8d8a4fc94d6168b..7b79325aa037db9786f0da069c11315a3f6d9721:/Bootloaders/TeensyHID/TeensyHID.c diff --git a/Bootloaders/TeensyHID/TeensyHID.c b/Bootloaders/TeensyHID/TeensyHID.c index 6cacfaf1e..2317ea4e5 100644 --- a/Bootloaders/TeensyHID/TeensyHID.c +++ b/Bootloaders/TeensyHID/TeensyHID.c @@ -68,9 +68,6 @@ void SetupHardware(void) MCUSR &= ~(1 << WDRF); wdt_disable(); - /* Disable clock division */ - clock_prescale_set(clock_div_1); - /* Relocate the interrupt vector table to the bootloader section */ MCUCR = (1 << IVCE); MCUCR = (1 << IVSEL);