Renamed the ble task name form bth to ble_svc
This commit is contained in:
parent
d97db47fad
commit
a20b35b600
@ -17,7 +17,7 @@ void tls_nimble_start(void)
|
|||||||
{
|
{
|
||||||
tls_host_task_stack_ptr = (void *)tls_mem_alloc(MYNEWT_VAL(OS_HS_STACK_SIZE) * sizeof(uint32_t));
|
tls_host_task_stack_ptr = (void *)tls_mem_alloc(MYNEWT_VAL(OS_HS_STACK_SIZE) * sizeof(uint32_t));
|
||||||
assert(tls_host_task_stack_ptr != NULL);
|
assert(tls_host_task_stack_ptr != NULL);
|
||||||
tls_os_task_create(&tls_host_task_hdl, "bth",
|
tls_os_task_create(&tls_host_task_hdl, "ble_svc",
|
||||||
nimble_host_task,
|
nimble_host_task,
|
||||||
(void *)0,
|
(void *)0,
|
||||||
(void *)tls_host_task_stack_ptr,
|
(void *)tls_host_task_stack_ptr,
|
||||||
|
Loading…
Reference in New Issue
Block a user