summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/include/rtems/config.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-11 21:29:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-11 21:29:58 +0000
commitc748231a9be67afaa2b0e0932ad190800345929b (patch)
tree2f45ffc1b8a93d209793b0b3bddb41c4d27b605f /cpukit/sapi/include/rtems/config.h
parent * startup/bspclean.c: Revert patch with test code. (diff)
downloadrtems-c748231a9be67afaa2b0e0932ad190800345929b.tar.bz2
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
* sapi/include/rtems/config.h: Correct idle task prototype.
Diffstat (limited to 'cpukit/sapi/include/rtems/config.h')
-rw-r--r--cpukit/sapi/include/rtems/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/sapi/include/rtems/config.h b/cpukit/sapi/include/rtems/config.h
index 1219a9416c..6ad6f9467c 100644
--- a/cpukit/sapi/include/rtems/config.h
+++ b/cpukit/sapi/include/rtems/config.h
@@ -113,7 +113,7 @@ typedef struct {
/** This element points to the BSP's optional idle task which may override
* the default one provided with RTEMS.
*/
- void (*idle_task)( uint32_t );
+ Thread (*idle_task)( uint32_t );
/** This field specifies the size of the IDLE task's stack. If less than or
* equal to the minimum stack size, then the IDLE task will have the minimum