2009-08-27 Joel Sherrill <joel.sherrill@OARcorp.com>

* misc/bspidle.c: Include bsp.h and fix prototype.
This commit is contained in:
Joel Sherrill
2009-08-27 22:45:22 +00:00
parent c61aa6021d
commit 25df30d7e7
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2009-08-27 Joel Sherrill <joel.sherrill@OARcorp.com>
* misc/bspidle.c: Include bsp.h and fix prototype.
2009-08-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, preinstall.am, include/bsp.h: Rename BSP specific idle

View File

@@ -21,10 +21,10 @@
* http://www.rtems.com/license/LICENSE.
*/
#include <bsp/idle.h>
#include <bsp.h>
#include <bsp/lpc24xx.h>
Thread bsp_idle_thread( uint32_t ignored)
void *bsp_idle_thread(uint32_t ignored)
{
while (true) {
/*