From 171f91336c9062f9026a8c012d858b2343891ccb Mon Sep 17 00:00:00 2001 From: Brian Webb Date: Sun, 12 Aug 2012 20:41:52 -0700 Subject: [PATCH] Removed assert that was no longer needef form PipX pios_board.c --- flight/PipXtreme/System/pios_board.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/flight/PipXtreme/System/pios_board.c b/flight/PipXtreme/System/pios_board.c index bcbe39ccd..3a2dd0544 100644 --- a/flight/PipXtreme/System/pios_board.c +++ b/flight/PipXtreme/System/pios_board.c @@ -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) {