mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-08-29 21:30:01 +00:00
Fix typo causing compile error
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user