comment unused struct

This commit is contained in:
matthias.ringwald 2010-07-04 14:27:05 +00:00
parent 2a9745927e
commit 918d4281b4

View File

@ -59,9 +59,12 @@ typedef struct {
int flowcontrol; //
} hci_uart_config_t;
#if 0
typedef struct {
// unique usb device identifier
} hci_libusb_config_t;
#endif
// inline various hci_transport_X.h files
extern hci_transport_t * hci_transport_h4_instance();