From 084b4005cc7f3dfa4c5e0ce6ed1d494781180658 Mon Sep 17 00:00:00 2001 From: marius-alex-tache Date: Wed, 14 Aug 2024 11:14:09 +0300 Subject: [PATCH] [NXP][k32w1] Disable SMU2 Signed-off-by: marius-alex-tache --- examples/lighting-app/nxp/k32w1/args.gni | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/lighting-app/nxp/k32w1/args.gni b/examples/lighting-app/nxp/k32w1/args.gni index 5adf671055d6a5..7d5e752aae6934 100644 --- a/examples/lighting-app/nxp/k32w1/args.gni +++ b/examples/lighting-app/nxp/k32w1/args.gni @@ -34,5 +34,5 @@ chip_system_config_provide_statistics = false chip_system_config_use_open_thread_inet_endpoints = true chip_with_lwip = false -use_smu2_static = true -use_smu2_dynamic = true +use_smu2_static = false +use_smu2_dynamic = false