From d62f299b3452329efc121bd546e1bc9cf2bf8af9 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 20 Mar 2024 08:12:38 +0100 Subject: Do not define CONFIGURE_TICKS_PER_TIMESLICE to 0 Unconditionally make a CONFIGURE_TICKS_PER_TIMESLICE value less than or equal to zero an error. Update #4986. --- testsuites/tmtests/tm13/system.h | 1 - 1 file changed, 1 deletion(-) (limited to 'testsuites/tmtests/tm13') diff --git a/testsuites/tmtests/tm13/system.h b/testsuites/tmtests/tm13/system.h index d4fa9fd404..9a2fc14aab 100644 --- a/testsuites/tmtests/tm13/system.h +++ b/testsuites/tmtests/tm13/system.h @@ -47,7 +47,6 @@ rtems_task Init( #define CONFIGURE_MAXIMUM_TASKS (3 + OPERATION_COUNT) #define CONFIGURE_MAXIMUM_MESSAGE_QUEUES 1 -#define CONFIGURE_TICKS_PER_TIMESLICE 0 #define CONFIGURE_RTEMS_INIT_TASKS_TABLE -- cgit v1.2.3