mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
Version is was not necessary (field added at the end)
This commit is contained in:
parent
a2f39c8844
commit
6d6dfeeccc
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
|
||||
#include "usb.h"
|
||||
|
||||
PG_REGISTER_WITH_RESET_TEMPLATE(usbDev_t, usbDevConfig, PG_USB_CONFIG, 1);
|
||||
PG_REGISTER_WITH_RESET_TEMPLATE(usbDev_t, usbDevConfig, PG_USB_CONFIG, 0);
|
||||
|
||||
PG_RESET_TEMPLATE(usbDev_t, usbDevConfig,
|
||||
.type = DEFAULT,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue