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

* timer/timer.c: Remove warnings.
This commit is contained in:
Joel Sherrill
2010-04-28 19:43:35 +00:00
parent 3efa03454f
commit 94e6d845a9
4 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
* timer/timer.c: Remove warnings.
2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
* console/leds.c, timer/timer.c: Remove warnings.

View File

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

View File

@@ -1,3 +1,7 @@
2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
* timer/timer.c: Remove warnings.
2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
* startup/bspclean.c, startup/bspstart.c: Remove warnings.

View File

@@ -48,7 +48,7 @@ uint32_t Ttimer_val;
*/
bool benchmark_timer_find_average_overhead;
rtems_isr_entry timerisr(void);
rtems_isr_entry timerisr(rtems_vector_number);
/*
* This routine initializes the Tick Timer 1 on the MVME167 board.