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:
Łukasz Rymanowski
2018-03-08 22:08:08 +01:00
parent 1ca40fe580
commit 7925ccfb83
+2 -1
View File
@@ -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];