Increase keyboard stack size on ARM targets
This commit is contained in:
parent
67aac8a68e
commit
e59085a85e
|
|
@ -38,7 +38,7 @@ void create_threads();
|
||||||
/**
|
/**
|
||||||
* Stack size for Keyboard task, in bytes.
|
* Stack size for Keyboard task, in bytes.
|
||||||
*/
|
*/
|
||||||
#define KBD_TASK_STKSIZE 256
|
#define KBD_TASK_STKSIZE 512
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Stack size for state update task, in bytes.
|
* Stack size for state update task, in bytes.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue