Increase keyboard stack size on ARM targets

replace/e041aef1ee62a4061de7fd9a598295e193044a31
Federico Amedeo Izzo 2020-12-17 22:36:36 +01:00
rodzic 67aac8a68e
commit e59085a85e
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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.