Skip to content

Commit

Permalink
uart: increase default stack size for nmea example
Browse files Browse the repository at this point in the history
With the old value of 2048 bytes we are right on the stack border when running on S3.

Closes #11044
  • Loading branch information
ESP-Marius committed Mar 24, 2023
1 parent 786851b commit c7aab67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ menu "Example Configuration"
config NMEA_PARSER_TASK_STACK_SIZE
int "NMEA Parser Task Stack Size"
range 0 4096
default 2048
default 3072
help
Stack size of NMEA Parser task.

Expand Down

0 comments on commit c7aab67

Please sign in to comment.