Skip to content

Commit

Permalink
[Silabs] Shell max tokens increased.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcasallas-silabs committed Sep 11, 2024
1 parent edf1f65 commit ad3ac1d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/platform/silabs/CHIPPlatformConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,7 @@
#ifndef CHIP_CONFIG_FREERTOS_USE_STATIC_QUEUE
#define CHIP_CONFIG_FREERTOS_USE_STATIC_QUEUE 1
#endif

#ifndef CHIP_SHELL_MAX_TOKENS
#define CHIP_SHELL_MAX_TOKENS 40
#endif // CHIP_SHELL_MAX_TOKENS

0 comments on commit ad3ac1d

Please sign in to comment.