Fix typo causing compile error

This commit is contained in:
Christopher Collins
2018-10-02 13:21:35 -07:00
parent 34577f2022
commit 7139c9d206
+1 -1
View File
@@ -202,7 +202,7 @@ static struct ble_hci_sock_state {
} ble_hci_sock_state;
#if MYNEWT_VAL(BLE_SOCK_USE_TCP)
static int s_ble_hci_device = MYNEWT_VAL(BLE_SOCK_TCP_PORT));
static int s_ble_hci_device = MYNEWT_VAL(BLE_SOCK_TCP_PORT);
#elif MYNEWT_VAL(BLE_SOCK_USE_LINUX_BLUE)
static int s_ble_hci_device = MYNEWT_VAL(BLE_SOCK_LINUX_DEV);
#endif