1
0
Fork 0
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:
jflyper 2018-09-19 10:38:54 +09:00
parent a2f39c8844
commit 6d6dfeeccc

View file

@ -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,