forked from Imagelibrary/rtems
2002-11-04 Joel Sherrill <joel@OARcorp.com>
* clock/clock.c: Removed warnings.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2002-11-04 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* clock/clock.c: Removed warnings.
|
||||||
|
|
||||||
2002-11-01 Joel Sherrill <joel@OARcorp.com>
|
2002-11-01 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* startup/genpvec.c, tod/todcfg.c: Removed warnings.
|
* startup/genpvec.c, tod/todcfg.c: Removed warnings.
|
||||||
|
|||||||
@@ -173,7 +173,7 @@ rtems_device_driver Clock_initialize(
|
|||||||
Clock_Decrementer_value = Cpu_table.clicks_per_usec *
|
Clock_Decrementer_value = Cpu_table.clicks_per_usec *
|
||||||
BSP_Configuration.microseconds_per_tick;
|
BSP_Configuration.microseconds_per_tick;
|
||||||
|
|
||||||
Install_clock( Clock_isr );
|
Install_clock( (rtems_isr_entry) Clock_isr );
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* make major/minor avail to others such as shared memory driver
|
* make major/minor avail to others such as shared memory driver
|
||||||
|
|||||||
Reference in New Issue
Block a user