mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-08-21 01:09:59 +00:00
nimble/ll: Use OS_TASK_STACK_DEFINE to init ble_ll stack
This will assure correct aligment X-Original-Commit: f217015c76f8e2e26a68cc0126f8f9994c96d10f
This commit is contained in:
@@ -217,7 +217,8 @@ static void ble_ll_event_dbuf_overflow(struct os_event *ev);
|
||||
#endif
|
||||
|
||||
struct os_task g_ble_ll_task;
|
||||
os_stack_t g_ble_ll_stack[BLE_LL_STACK_SIZE];
|
||||
|
||||
OS_TASK_STACK_DEFINE(g_ble_ll_stack, BLE_LL_STACK_SIZE);
|
||||
|
||||
/** Our global device address (public) */
|
||||
uint8_t g_dev_addr[BLE_DEV_ADDR_LEN];
|
||||
|
||||
Reference in New Issue
Block a user