Skip to content

Commit

Permalink
[Silabs] Shell max tokens increased. (#35533)
Browse files Browse the repository at this point in the history
* [Silabs] Shell max tokens increased.

* Restyled by whitespace

---------

Co-authored-by: Restyled.io <[email protected]>
  • Loading branch information
rcasallas-silabs and restyled-commits committed Sep 30, 2024
1 parent e5b79ae commit 33d9681
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 33d9681

Please sign in to comment.