MLBEDSW-3798 - MultiNPU test freeRTOS config

Changed: configUSE_TIME_SLICING to 0, because otherwise context-switching between tasks of same priority each interrupt tick will mangle output-log
Change-Id: I8aabbd76fa5402c99c27b811222a379298280205
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