mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
* timer/timer.c: Remove warnings.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user