1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-30 15:52:12 +01:00

CC-13 CopterControl bootloader - don't know if this fixes it, please try it.

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2614 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
zedamota 2011-01-28 21:02:48 +00:00 committed by zedamota
parent 3c49944e73
commit 8236bf8e19

View File

@ -325,14 +325,9 @@ extern const struct pios_com_driver pios_usart_com_driver;
#endif
struct pios_com_dev pios_com_devs[] = { { .id = 0,
.driver = &pios_usb_com_driver, },
#if defined(PIOS_INCLUDE_USB_HID)
{
.id = 0,
.driver = &pios_usb_com_driver,
},
#endif
};
.driver = &pios_usb_com_driver, }, { .id = 0,
.driver = &pios_usb_com_driver, }, { .id = 0,
.driver = &pios_usb_com_driver, }, };
const uint8_t pios_com_num_devices = NELEMENTS(pios_com_devs);