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:
parent
7acaf05b15
commit
08f7a372b7
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