]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - tmk_core/protocol/vusb/main.c
Extended the hint of the programmer to link to the relevant README part instead of...
[qmk_firmware.git] / tmk_core / protocol / vusb / main.c
index 8e4a266e9b60d63c423b0a336401e78fd33f93dd..f6a0c7e9a4d2a1edfd91a15fc08817c282266084 100644 (file)
@@ -48,8 +48,12 @@ int main(void)
     uint16_t last_timer = timer_read();
 #endif
 
+#ifdef CLKPR
+    // avoid unintentional changes of clock frequency in devices that have a
+    // clock prescaler
     CLKPR = 0x80, CLKPR = 0;
-#ifndef PS2_USE_USART
+#endif
+#ifndef NO_UART
     uart_init(UART_BAUD_RATE);
 #endif