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 <[email protected]>

Signed-off-by: Andrei Menzopol <[email protected]>
  • Loading branch information
andrei-menzopol authored and pull[bot] committed Jul 26, 2023
1 parent dc0fc58 commit e8e11f0
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 e8e11f0

Please sign in to comment.