Merge pull request #538 from andrzej-kaczmarek/nimble-ll-stack-fix

nimble/ll: Increase stack for ble_ll_task
diff --git a/net/nimble/controller/src/ble_ll.c b/net/nimble/controller/src/ble_ll.c
index 251432c..8f2b8e5 100644
--- a/net/nimble/controller/src/ble_ll.c
+++ b/net/nimble/controller/src/ble_ll.c
@@ -205,7 +205,7 @@
 /* TODO: This is for testing. Check it we really need it */
 #define BLE_LL_STACK_SIZE   (128)
 #else
-#define BLE_LL_STACK_SIZE   (80)
+#define BLE_LL_STACK_SIZE   (90)
 #endif
 
 struct os_task g_ble_ll_task;