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
|
@ -15,7 +15,7 @@ if CAN_MCP2515
|
|||
|
||||
config CAN_MCP2515_INT_THREAD_STACK_SIZE
|
||||
int "Stack size for interrupt handler"
|
||||
default 512
|
||||
default 1024
|
||||
help
|
||||
Size of the stack used for internal thread which is ran for
|
||||
interrupt handling and incoming packets.
|
||||
|
|
Loading…
Reference in a new issue