1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 08:45:36 +03:00

Merge pull request #2134 from AndersHoglund/cc3d_vcp_startup

Moved enabling of USB interpt after USB_init, for F1 and F3.
This commit is contained in:
borisbstyle 2017-01-16 10:56:54 +01:00 committed by GitHub
commit 2bf484c960

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;