HAL_ChibiOS: increase monitor thread stack to 768 bytes

attempt to fix issue #14582
This commit is contained in:
Andrew Tridgell 2020-06-15 12:08:51 +10:00
parent df5ab0c148
commit 685e412d14

View File

@ -70,7 +70,7 @@
#endif
#ifndef MONITOR_THD_WA_SIZE
#define MONITOR_THD_WA_SIZE 512
#define MONITOR_THD_WA_SIZE 768
#endif
/* Scheduler implementation: */