Removed two-step endpoint/pipe bank clear and switch sequence for smaller, faster...
[pub/USBasp.git] / Bootloaders / TeensyHID / TeensyHID.c
index 6cacfaf..2317ea4 100644 (file)
@@ -68,9 +68,6 @@ void SetupHardware(void)
        MCUSR &= ~(1 << WDRF);\r
        wdt_disable();\r
 \r
-       /* Disable clock division */\r
-       clock_prescale_set(clock_div_1);\r
-\r
        /* Relocate the interrupt vector table to the bootloader section */\r
        MCUCR = (1 << IVCE);\r
        MCUCR = (1 << IVSEL);\r