From 168ba07c847c15c6911483a965da0942a5a01fcf Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 6 Jul 2000 20:36:48 +0000 Subject: Patch from Eric Valette and Yacine El Kolli to add support for the mbx860_005b. --- cpukit/sapi/include/confdefs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit') diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h index 16b51cdc1f..a5d1c3e0da 100644 --- a/cpukit/sapi/include/confdefs.h +++ b/cpukit/sapi/include/confdefs.h @@ -991,7 +991,7 @@ rtems_configuration_table Configuration = { (CONFIGURE_MAXIMUM_POSIX_THREADS == 0) && \ (CONFIGURE_MAXIMUM_ADA_TASKS == 0) && \ (CONFIGURE_MAXIMUM_ITRON_TASKS == 0) -#error "CONFIGURATION ERROR: No tasks or threads configured!! +#error "CONFIGURATION ERROR: No tasks or threads configured!!" #endif /* @@ -1002,7 +1002,7 @@ rtems_configuration_table Configuration = { #if !defined(CONFIGURE_RTEMS_INIT_TASKS_TABLE) && \ !defined(CONFIGURE_POSIX_INIT_THREAD_TABLE) && \ !defined(CONFIGURE_ITRON_INIT_TASK_TABLE) -#error "CONFIGURATION ERROR: No initialization tasks or threads configured!! +#error "CONFIGURATION ERROR: No initialization tasks or threads configured!!" #endif #endif -- cgit v1.2.3