disable time slicing

This commit is contained in:
Alwin Berger 2025-02-21 18:04:43 +01:00
parent 125102c092
commit 0f0f089ee8

View File

@ -45,7 +45,7 @@ extern void vAssertCalled( void );
#define configQUEUE_REGISTRY_SIZE 20
#define configUSE_PREEMPTION 1
#define configUSE_TIME_SLICING 1
#define configUSE_TIME_SLICING 0
#define configUSE_PORT_OPTIMISED_TASK_SELECTION 0
#define configUSE_IDLE_HOOK 1