1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 12:55:19 +03:00

Moved enabling of USB interpt after USB_init, for F1 and F3.

This commit is contained in:
Anders Hoglund 2017-01-16 10:16:17 +01:00
parent 7acaf05b15
commit 08f7a372b7

View file

@ -204,8 +204,8 @@ serialPort_t *usbVcpOpen(void)
#else
Set_System();
Set_USBClock();
USB_Interrupts_Config();
USB_Init();
USB_Interrupts_Config();
#endif
s = &vcpPort;