examples/nimble: fix example after update to latest master
this example is broken sincebc68d954a
sincebf76183741
ble_hci_sock_init is called from nimble code, so we can't call it again in example code
This commit is contained in:
parent
246d1d0225
commit
d71046c139
@ -68,7 +68,6 @@
|
||||
****************************************************************************/
|
||||
|
||||
void ble_hci_sock_ack_handler(FAR void *param);
|
||||
void ble_hci_sock_init(void);
|
||||
void ble_hci_sock_set_device(int dev);
|
||||
|
||||
/****************************************************************************
|
||||
@ -270,7 +269,6 @@ int main(int argc, FAR char *argv[])
|
||||
#endif
|
||||
|
||||
nimble_port_init();
|
||||
ble_hci_sock_init();
|
||||
|
||||
/* Initialize services */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user