mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-06-06 05:14:45 +00:00
porting/examples: Fix implicit function declaration
This commit is contained in:
committed by
Szymon Janc
parent
37697bbc74
commit
28649933ad
@@ -39,6 +39,7 @@ void nimble_host_task(void *param);
|
||||
void ble_hci_sock_ack_handler(void *param);
|
||||
void ble_hci_sock_init(void);
|
||||
void ble_hci_sock_set_device(int dev);
|
||||
void ble_store_ram_init(void);
|
||||
|
||||
#define TASK_DEFAULT_PRIORITY 1
|
||||
#define TASK_DEFAULT_STACK NULL
|
||||
|
||||
@@ -38,6 +38,8 @@ static struct ble_npl_task s_task_mesh_adv;
|
||||
void nimble_host_task(void *param);
|
||||
void ble_hci_sock_ack_handler(void *param);
|
||||
void ble_hci_sock_init(void);
|
||||
void ble_hci_sock_set_device(int dev);
|
||||
void ble_store_ram_init(void);
|
||||
|
||||
#define TASK_DEFAULT_PRIORITY 1
|
||||
#define TASK_DEFAULT_STACK NULL
|
||||
|
||||
Reference in New Issue
Block a user