forked from Imagelibrary/rtems
bsps/no_cpu/no_bsp/clock/ckinit.c: Fixed formatting
Fixed formatting as suggested by the format diff, no functional changes were made.
This commit is contained in:
committed by
Gedare Bloom
parent
6f51e669ad
commit
fee83ad4fb
@@ -72,9 +72,7 @@ static void Clock_exit( void );
|
||||
/*
|
||||
* Isr Handler
|
||||
*/
|
||||
static rtems_isr Clock_isr(
|
||||
rtems_vector_number vector
|
||||
)
|
||||
static rtems_isr Clock_isr( rtems_vector_number vector )
|
||||
{
|
||||
/*
|
||||
* bump the number of clock driver ticks since initialization
|
||||
@@ -92,9 +90,7 @@ static rtems_isr Clock_isr(
|
||||
* Install a clock tick handler and reprograms the chip. This
|
||||
* is used to initially establish the clock tick.
|
||||
*/
|
||||
void Install_clock(
|
||||
rtems_isr_entry clock_isr
|
||||
)
|
||||
void Install_clock( rtems_isr_entry clock_isr )
|
||||
{
|
||||
/*
|
||||
* Initialize the clock tick device driver variables
|
||||
|
||||
Reference in New Issue
Block a user