From 347d3f13ae1124a6e5f424074107097f3f093936 Mon Sep 17 00:00:00 2001 From: Christopher Collins Date: Mon, 5 Feb 2018 11:33:51 -0800 Subject: [PATCH] BLE LL - Fix prio conflict with UART in unit tests X-Original-Commit: e01480a0cee16dc41a30c4687d9e258ec6ad3742 --- nimble/controller/test/syscfg.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nimble/controller/test/syscfg.yml b/nimble/controller/test/syscfg.yml index 979e7a026..217575c09 100644 --- a/nimble/controller/test/syscfg.yml +++ b/nimble/controller/test/syscfg.yml @@ -20,3 +20,6 @@ syscfg.vals: BLE_LL_CFG_FEAT_LE_CSA2: 1 + + # Prevent priority conflict with controller task. + MCU_UART_POLLER_PRIO: 16