From ecf785d8ed72f7df00c6eb4d6a12a9832b5b3d71 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Wed, 6 Jan 2016 15:56:50 +0100 Subject: [PATCH] fix accidental commit --- src/hci_transport.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/hci_transport.h b/src/hci_transport.h index 16732e258..51538352f 100644 --- a/src/hci_transport.h +++ b/src/hci_transport.h @@ -69,11 +69,6 @@ typedef struct { } hci_transport_t; typedef struct { - uint8_t type; -} - -typedef struct { - uint8_t type; const char *device_name; uint32_t baudrate_init; // initial baud rate uint32_t baudrate_main; // = 0: same as initial baudrate