2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>

* console/leds.c, timer/timer.c: Remove warnings.
This commit is contained in:
Joel Sherrill
2010-04-28 19:33:32 +00:00
parent e7aacd3462
commit 8ccd1b09d7
3 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
* console/leds.c, timer/timer.c: Remove warnings.
2009-12-16 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
* console/console.c: adapted to new prototype for *_write

View File

@@ -63,6 +63,8 @@ clear_leds ( )
*leds = 0xFF;
}
void rtems_bsp_delay( int );
/*
* zylons -- draw a rotating pattern. NOTE: this function never returns.
*/
@@ -71,7 +73,6 @@ zylons()
{
unsigned char *leds = (unsigned char *)LED_ADDR;
unsigned char curled = 0xfe;
void rtems_bsp_delay( int );
while (1)
{

View File

@@ -20,7 +20,7 @@
int Ttimer_val;
bool benchmark_timer_find_average_overhead;
rtems_isr timerisr(void);
rtems_isr_entry timerisr(void);
void benchmark_timer_initialize(void)
{