Skip to content

Commit 40a92db

Browse files
committed
uart: increase default stack size for nmea example
With the old value of 2048 bytes we are right on the stack border when running on S3. Closes #11044
1 parent 90d6e45 commit 40a92db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/peripherals/uart/nmea0183_parser/main/Kconfig.projbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ menu "Example Configuration"
2121
config NMEA_PARSER_TASK_STACK_SIZE
2222
int "NMEA Parser Task Stack Size"
2323
range 0 4096
24-
default 2048
24+
default 3072
2525
help
2626
Stack size of NMEA Parser task.
2727

0 commit comments

Comments
 (0)