From 6fd76341548b6e73b5d01b10a63080938d3efe46 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 7 May 2021 07:40:43 +0200 Subject: ts-default.h: Fix warning --- testsuites/validation/ts-default.h | 1 + 1 file changed, 1 insertion(+) diff --git a/testsuites/validation/ts-default.h b/testsuites/validation/ts-default.h index 74854afef3..ed1a0c0fc3 100644 --- a/testsuites/validation/ts-default.h +++ b/testsuites/validation/ts-default.h @@ -237,6 +237,7 @@ RTEMS_SCHEDULER_EDF_SMP(c); #include +#undef CONFIGURE_MAXIMUM_PROCESSORS #define CONFIGURE_MAXIMUM_PROCESSORS 1 const Scheduler_Operations -- cgit v1.2.3