diff --git a/main.c b/main.c --- a/main.c +++ b/main.c @@ -96,9 +96,12 @@ int main(void) } // Init USB -// Set_USBClock(); -// USB_Interrupts_Config(); -// USB_Init(); + //Set_System(); // hw_config.h + Set_USBClock(); + USB_Interrupts_Config(); + USB_Init(); + //SYSCFG_USBPuCmd(ENABLE); + //PowerOn(); // Startup screen ssd1306_DrawString("therm v0.1", 1, 40);