OSDN Git Service

Removed duplicate define of BT_HCI_UNKNOWN_MESSAGE_TYPE_NUM
authorPavlin Radoslavov <pavlin@google.com>
Mon, 17 Oct 2016 20:45:31 +0000 (13:45 -0700)
committerPavlin Radoslavov <pavlin@google.com>
Mon, 17 Oct 2016 20:50:40 +0000 (20:50 +0000)
Change-Id: I1487eb0a77aa8c92d70e3fbd931a6340e1e952f3

hci/src/hci_hal_h4.c

index e97a147..4febeb4 100644 (file)
@@ -40,8 +40,6 @@
 
 #define BT_HCI_UNKNOWN_MESSAGE_TYPE_NUM 1010002
 
-#define BT_HCI_UNKNOWN_MESSAGE_TYPE_NUM 1010002
-
 // Our interface and modules we import
 static const hci_hal_t interface;
 static const hci_hal_callbacks_t *callbacks;