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>
This commit is contained in:
Maochen Wang 2025-04-15 17:34:29 +08:00 committed by Benjamin Cabé
commit 879c00a462

View file

@ -17,7 +17,7 @@ CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=4096
CONFIG_ZPERF_WORK_Q_STACK_SIZE=4096
CONFIG_MAIN_STACK_SIZE=4096
CONFIG_IDLE_STACK_SIZE=2048
CONFIG_NXP_WIFI_DRIVER_TASK_STACK_SIZE=409
CONFIG_NXP_WIFI_DRIVER_TASK_STACK_SIZE=4096
# net
CONFIG_NET_BUF_POOL_USAGE=y