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

REVONANO - Use Nano as the USB connection name

This commit is contained in:
Stefan Karlsson 2014-12-21 21:22:12 +01:00 committed by Alessio Morale
parent 59570c86b2
commit 8f94aa5353

View File

@ -36,16 +36,10 @@
static const uint8_t usb_product_id[22] = {
sizeof(usb_product_id),
USB_DESC_TYPE_STRING,
'R', 0,
'e', 0,
'v', 0,
'o', 0,
'l', 0,
'u', 0,
't', 0,
'i', 0,
'o', 0,
'N', 0,
'a', 0,
'n', 0,
'o', 0,
};
static uint8_t usb_serial_number[2 + PIOS_SYS_SERIAL_NUM_ASCII_LEN * 2 + (sizeof(PIOS_USB_BOARD_SN_SUFFIX) - 1) * 2] = {