mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix(uart/example): Fixed minimal stack size in uart_echo example
This commit is contained in:
parent
5d4e5e99c1
commit
5145174858
@ -38,7 +38,7 @@ menu "Echo Example Configuration"
|
||||
config EXAMPLE_TASK_STACK_SIZE
|
||||
int "UART echo example task stack size"
|
||||
range 1024 16384
|
||||
default 2048
|
||||
default 3072
|
||||
help
|
||||
Defines stack size for UART echo example. Insufficient stack size can cause crash.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user