Skip to content

Commit 072ff09

Browse files
[NXP][k32w1] Disable SMU2
Signed-off-by: marius-alex-tache <marius.tache@nxp.com>
1 parent 74a140d commit 072ff09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/lighting-app/nxp/k32w1/args.gni

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ chip_system_config_provide_statistics = false
3434
chip_system_config_use_open_thread_inet_endpoints = true
3535
chip_with_lwip = false
3636

37-
use_smu2_static = true
38-
use_smu2_dynamic = true
37+
use_smu2_static = false
38+
use_smu2_dynamic = false

0 commit comments

Comments
 (0)