More memory for default task

This commit is contained in:
@CarlWachter
2024-02-23 10:32:35 +01:00
parent 51fad902e7
commit af90c7f360
4 changed files with 20 additions and 4 deletions

View File

@@ -74,6 +74,7 @@
#define configUSE_16_BIT_TICKS 0
#define configUSE_MUTEXES 1
#define configQUEUE_REGISTRY_SIZE 8
#define configCHECK_FOR_STACK_OVERFLOW 1
#define configUSE_RECURSIVE_MUTEXES 1
#define configUSE_COUNTING_SEMAPHORES 1
#define configUSE_PORT_OPTIMISED_TASK_SELECTION 0