aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rtos/freertos_config/FreeRTOSConfig.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtos/freertos_config/FreeRTOSConfig.h.in b/rtos/freertos_config/FreeRTOSConfig.h.in
index 58e13a7..4e08c3a 100644
--- a/rtos/freertos_config/FreeRTOSConfig.h.in
+++ b/rtos/freertos_config/FreeRTOSConfig.h.in
@@ -29,7 +29,7 @@
#define configCPU_CLOCK_HZ @SYSTEM_CORE_CLOCK@
#define configUSE_PORT_OPTIMISED_TASK_SELECTION 0
#define configUSE_PREEMPTION 1
-#define configUSE_TIME_SLICING 1
+#define configUSE_TIME_SLICING 0
#define configMAX_PRIORITIES 5
#define configIDLE_SHOULD_YIELD 1
#define configUSE_16_BIT_TICKS 0