Skip to content

Commit

Permalink
increase nanoS tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
chcmedeiros committed Mar 5, 2024
1 parent a0bd37d commit e0af516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/json/json_parser.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ extern "C" {
// we must limit the number
#if defined(TARGET_NANOS)
#undef MAX_NUMBER_OF_TOKENS
#define MAX_NUMBER_OF_TOKENS 70
#define MAX_NUMBER_OF_TOKENS 96
#endif

#if defined(TARGET_STAX)
Expand Down

0 comments on commit e0af516

Please sign in to comment.