From 80e56ab78f81040e9106a4b4f9a2b3b796745df8 Mon Sep 17 00:00:00 2001 From: Alwin Berger Date: Mon, 24 Feb 2025 18:38:33 +0100 Subject: [PATCH] lower multiplier --- FreeRTOS/Demo/CORTEX_M3_MPS2_QEMU_GCC/main_waters.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FreeRTOS/Demo/CORTEX_M3_MPS2_QEMU_GCC/main_waters.c b/FreeRTOS/Demo/CORTEX_M3_MPS2_QEMU_GCC/main_waters.c index 3766fa7e..be3af259 100644 --- a/FreeRTOS/Demo/CORTEX_M3_MPS2_QEMU_GCC/main_waters.c +++ b/FreeRTOS/Demo/CORTEX_M3_MPS2_QEMU_GCC/main_waters.c @@ -29,7 +29,7 @@ #include #include -#define LOCAL_WCET_MULT 14 // Multiplier to increase all waiting periods to make the schedule more tight an force preemptions +#define LOCAL_WCET_MULT 12 // Multiplier to increase all waiting periods to make the schedule more tight an force preemptions #define NUM_TASKS 10 #include "fuzzhelper.c"