summaryrefslogtreecommitdiff
path: root/Demo/MB96350_Softune_Dice_Kit/FreeRTOSConfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'Demo/MB96350_Softune_Dice_Kit/FreeRTOSConfig.h')
-rw-r--r--Demo/MB96350_Softune_Dice_Kit/FreeRTOSConfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/MB96350_Softune_Dice_Kit/FreeRTOSConfig.h b/Demo/MB96350_Softune_Dice_Kit/FreeRTOSConfig.h
index ec10eeed..331fe65c 100644
--- a/Demo/MB96350_Softune_Dice_Kit/FreeRTOSConfig.h
+++ b/Demo/MB96350_Softune_Dice_Kit/FreeRTOSConfig.h
@@ -80,7 +80,7 @@ the ComTest tasks will be included in place of the trace task. */
* FreeRTOS API DOCUMENTATION AVAILABLE ON THE FreeRTOS.org WEB SITE.
*----------------------------------------------------------*/
#define configUSE_PREEMPTION 1
-#define configUSE_IDLE_HOOK 1
+#define configUSE_IDLE_HOOK 0
#define configUSE_TICK_HOOK 0
#define configMINIMAL_STACK_SIZE ( ( unsigned portSHORT ) 180 ) /* This can be greatly reduced when using the small or medium memory model. */
#define configCPU_CLOCK_HZ ( ( unsigned portLONG ) 56000000 ) /* Clock setup from start.asm in the demo application. */