mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-23 19:20:51 +00:00
inlined hci_transport_usb.h
This commit is contained in:
parent
c6448b6742
commit
f34a2da101
@ -63,7 +63,8 @@ typedef struct {
|
||||
// unique usb device identifier
|
||||
} hci_libusb_config_t;
|
||||
|
||||
// inline hci_transport_h4.h
|
||||
// inline various hci_transport_X.h files
|
||||
extern hci_transport_t * hci_transport_h4_instance();
|
||||
extern hci_transport_t * hci_transport_usb_instance();
|
||||
|
||||
|
||||
|
@ -56,7 +56,7 @@
|
||||
#include <libusb-1.0/libusb.h>
|
||||
|
||||
#include "hci.h"
|
||||
#include "hci_transport_usb.h"
|
||||
#include "hci_transport.h"
|
||||
#include "hci_dump.h"
|
||||
|
||||
// prototypes
|
||||
|
Loading…
x
Reference in New Issue
Block a user