Skip to content

Commit

Permalink
[K32W0] Disable ble in shell-app due to size constraints (#23244)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Menzopol <andrei.menzopol@nxp.com>

Signed-off-by: Andrei Menzopol <andrei.menzopol@nxp.com>
  • Loading branch information
andrei-menzopol authored and pull[bot] committed Nov 22, 2022
1 parent efd6421 commit 1040884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/shell/nxp/k32w/k32w0/args.gni
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ import("${chip_root}/src/platform/nxp/k32w/k32w0/args.gni")

k32w0_sdk_target = get_label_info(":sdk", "label_no_toolchain")

chip_enable_ble = true
chip_enable_ble = false

0 comments on commit 1040884

Please sign in to comment.