drivers: cc2520: Raise Rx stack size
640 bytes seems too short, raising to 800 bytes. Change-Id: I8c3418787939369e24fe47c23b0558c36f05af2c Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
parent
b84e62f269
commit
3e0c1ff876
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ config TI_CC2520_SPI_SLAVE
|
||||||
|
|
||||||
config TI_CC2520_FIBER_STACK_SIZE
|
config TI_CC2520_FIBER_STACK_SIZE
|
||||||
int "Driver's internal fiber stack size"
|
int "Driver's internal fiber stack size"
|
||||||
default 640
|
default 800
|
||||||
help
|
help
|
||||||
This option sets the driver's stack size for its internal fiber.
|
This option sets the driver's stack size for its internal fiber.
|
||||||
The default value should be sufficient, but it case it prooves to be
|
The default value should be sufficient, but it case it prooves to be
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue