summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/include/confdefs.h
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2008-06-16 23:37:42 +0000
committerChris Johns <chrisj@rtems.org>2008-06-16 23:37:42 +0000
commit805cddc0c4e4deb49b9b0f3e3089488f28a3a7ea (patch)
treeea07d919e8437525a7cb9cab680118237bdaf70c /cpukit/sapi/include/confdefs.h
parent2008-06-16 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-805cddc0c4e4deb49b9b0f3e3089488f28a3a7ea.tar.bz2
hris Johns <chrisj@rtems.org>
* cpukit/sapi/include/confdefs.h: Add missing quote to string to remove warning. * cpukit/score/cpu/m68k/rtems/score/m68k.h: Add the default priority level for large memory Coldfires.
Diffstat (limited to 'cpukit/sapi/include/confdefs.h')
-rw-r--r--cpukit/sapi/include/confdefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h
index e4747bc204..4aa085c395 100644
--- a/cpukit/sapi/include/confdefs.h
+++ b/cpukit/sapi/include/confdefs.h
@@ -223,7 +223,7 @@ extern rtems_configuration_table Configuration;
*/
#if (defined(CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION) && \
!defined(CONFIGURE_IDLE_TASK_BODY))
- #error "CONFIGURE_ERROR: You did not override the IDLE task body.
+ #error "CONFIGURE_ERROR: You did not override the IDLE task body."
#endif
/**