Skip to content

Commit 879c00a

Browse files
MaochenWang1kartben
authored andcommitted
samples: net: wifi: fix the value of NXP_WIFI_DRIVER_TASK_STACK_SIZE
Fix the typo that NXP_WIFI_DRIVER_TASK_STACK_SIZE has wrong value in the overlay_rw612_debug.conf. Signed-off-by: Maochen Wang <maochen.wang@nxp.com>
1 parent 421a704 commit 879c00a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/net/wifi/shell/nxp/overlay_rw612_debug.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=4096
1717
CONFIG_ZPERF_WORK_Q_STACK_SIZE=4096
1818
CONFIG_MAIN_STACK_SIZE=4096
1919
CONFIG_IDLE_STACK_SIZE=2048
20-
CONFIG_NXP_WIFI_DRIVER_TASK_STACK_SIZE=409
20+
CONFIG_NXP_WIFI_DRIVER_TASK_STACK_SIZE=4096
2121

2222
# net
2323
CONFIG_NET_BUF_POOL_USAGE=y

0 commit comments

Comments
 (0)