forked from Imagelibrary/rtems
2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
* console/leds.c, timer/timer.c: Remove warnings.
This commit is contained in:
@@ -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>
|
2009-12-16 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||||
|
|
||||||
* console/console.c: adapted to new prototype for *_write
|
* console/console.c: adapted to new prototype for *_write
|
||||||
|
|||||||
@@ -63,6 +63,8 @@ clear_leds ( )
|
|||||||
*leds = 0xFF;
|
*leds = 0xFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void rtems_bsp_delay( int );
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* zylons -- draw a rotating pattern. NOTE: this function never returns.
|
* zylons -- draw a rotating pattern. NOTE: this function never returns.
|
||||||
*/
|
*/
|
||||||
@@ -71,7 +73,6 @@ zylons()
|
|||||||
{
|
{
|
||||||
unsigned char *leds = (unsigned char *)LED_ADDR;
|
unsigned char *leds = (unsigned char *)LED_ADDR;
|
||||||
unsigned char curled = 0xfe;
|
unsigned char curled = 0xfe;
|
||||||
void rtems_bsp_delay( int );
|
|
||||||
|
|
||||||
while (1)
|
while (1)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
int Ttimer_val;
|
int Ttimer_val;
|
||||||
bool benchmark_timer_find_average_overhead;
|
bool benchmark_timer_find_average_overhead;
|
||||||
|
|
||||||
rtems_isr timerisr(void);
|
rtems_isr_entry timerisr(void);
|
||||||
|
|
||||||
void benchmark_timer_initialize(void)
|
void benchmark_timer_initialize(void)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user