forked from Imagelibrary/rtems
2009-08-27 Joel Sherrill <joel.sherrill@OARcorp.com>
* misc/bspidle.c: Include bsp.h and fix prototype.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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) {
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user