2007-12-05 Joel Sherrill <joel.sherrill@oarcorp.com>

* include/bsp.h: Correct BSP specific Idle thread support.
This commit is contained in:
Joel Sherrill
2007-12-05 22:26:05 +00:00
parent 9a56628e7b
commit af99a74305
2 changed files with 7 additions and 0 deletions

View File

@@ -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:

View File

@@ -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