drivers: can: mcp2515: increase default stack size
Increase the default stack size for the MCP2515 CAN controller driver from 512 to 1024 bytes. Fixes: #58761 Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
parent
bab0c0879d
commit
defdbc2fae
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ if CAN_MCP2515
|
||||||
|
|
||||||
config CAN_MCP2515_INT_THREAD_STACK_SIZE
|
config CAN_MCP2515_INT_THREAD_STACK_SIZE
|
||||||
int "Stack size for interrupt handler"
|
int "Stack size for interrupt handler"
|
||||||
default 512
|
default 1024
|
||||||
help
|
help
|
||||||
Size of the stack used for internal thread which is ran for
|
Size of the stack used for internal thread which is ran for
|
||||||
interrupt handling and incoming packets.
|
interrupt handling and incoming packets.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue