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:
commit
2bf484c960
1 changed files with 1 additions and 1 deletions
|
@ -204,8 +204,8 @@ serialPort_t *usbVcpOpen(void)
|
|||
#else
|
||||
Set_System();
|
||||
Set_USBClock();
|
||||
USB_Interrupts_Config();
|
||||
USB_Init();
|
||||
USB_Interrupts_Config();
|
||||
#endif
|
||||
|
||||
s = &vcpPort;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue