diff --git a/nimble/controller/src/ble_ll.c b/nimble/controller/src/ble_ll.c index 36c7619cb..35db515aa 100644 --- a/nimble/controller/src/ble_ll.c +++ b/nimble/controller/src/ble_ll.c @@ -228,12 +228,7 @@ static void ble_ll_event_dbuf_overflow(struct ble_npl_event *ev); #if MYNEWT /* The BLE LL task data structure */ -#if MYNEWT_VAL(BLE_LL_CFG_FEAT_LL_EXT_ADV) -/* TODO: This is for testing. Check it we really need it */ -#define BLE_LL_STACK_SIZE (128) -#else #define BLE_LL_STACK_SIZE (90) -#endif struct os_task g_ble_ll_task;