forked from Imagelibrary/rtems
2007-12-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* include/bsp.h: Correct BSP specific Idle thread support.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2007-12-05 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Correct BSP specific Idle thread support.
|
||||
|
||||
2007-12-05 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* irq/irq_init.c, irq_asm.S:
|
||||
|
||||
@@ -256,6 +256,9 @@ void bsp_cleanup(void);
|
||||
#define USE_SLICETIMER_0 TRUE
|
||||
#define USE_SLICETIMER_1 FALSE
|
||||
|
||||
Thread _Thread_Idle_body(uint32_t ignored);
|
||||
#define BSP_IDLE_TASK_BODY _Thread_Idle_body
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user