Skip to content

Commit

Permalink
Review Comment addressed
Browse files Browse the repository at this point in the history
  • Loading branch information
sharad-patil24 committed Apr 26, 2023
1 parent 16daf85 commit 69ce555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/platform/silabs/SiWx917/SiWx917/wfx_rsi.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* Interface to RSI Sapis
*/

#define WFX_RSI_WLAN_TASK_SZ (1024 + 512 + 256) /* Unknown how big this should be */
#define WFX_RSI_WLAN_TASK_SZ (1024 + 512 + 256) /* Stack for the WLAN task */
#define WFX_RSI_TASK_SZ (1024 + 1024) /* Stack for the WFX/RSI task */
#define WFX_RSI_BUF_SZ (1024 * 10) /* May need tweak */
#define WFX_RSI_CONFIG_MAX_JOIN (5) /* Max join retries */
Expand Down

0 comments on commit 69ce555

Please sign in to comment.