1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-03-01 18:29:16 +01:00

Increase the size of the USB Descriptor array to take extra char

This commit is contained in:
David Ankers 2013-05-26 17:03:48 +10:00
parent 9f44e588f7
commit 2f9c9df736

View File

@ -33,7 +33,7 @@
#include <pios_usbhook.h> /* PIOS_USBHOOK_* */
#include <pios_usb_util.h> /* PIOS_USB_UTIL_AsciiToUtf8 */
static const uint8_t usb_product_id[20] = {
static const uint8_t usb_product_id[22] = {
sizeof(usb_product_id),
USB_DESC_TYPE_STRING,
'O', 0,