Increase keyboard stack size on ARM targets

This commit is contained in:
Federico Amedeo Izzo 2020-12-17 22:36:36 +01:00
parent 67aac8a68e
commit e59085a85e
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ void create_threads();
/**
* 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.