mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +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
|
#else
|
||||||
Set_System();
|
Set_System();
|
||||||
Set_USBClock();
|
Set_USBClock();
|
||||||
USB_Interrupts_Config();
|
|
||||||
USB_Init();
|
USB_Init();
|
||||||
|
USB_Interrupts_Config();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
s = &vcpPort;
|
s = &vcpPort;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue