1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-02 10:24:11 +01:00

Removed assert that was no longer needef form PipX pios_board.c

This commit is contained in:
Brian Webb 2012-08-12 20:41:52 -07:00
parent 1335ba2636
commit 171f91336c

View File

@ -188,10 +188,6 @@ void PIOS_Board_Init(void) {
#if defined(PIOS_INCLUDE_USB_HID)
if (!usb_hid_present) {
PIOS_Assert(0);
}
/* Configure the usb HID port */
#if defined(PIOS_INCLUDE_COM)
{