Increased PPP stack size based on testing

Increased stack size from 768 to 816.
pull/10974/head
Mika Leppänen 2019-08-07 11:46:54 +03:00
parent 3951422824
commit 3b20d9ea42
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
}, },
"thread-stacksize": { "thread-stacksize": {
"help": "Thread stack size for PPP", "help": "Thread stack size for PPP",
"value": 768 "value": 816
}, },
"mbed-event-queue": { "mbed-event-queue": {
"help": "Use mbed event queue instead of PPP thread", "help": "Use mbed event queue instead of PPP thread",