2002-11-04 Joel Sherrill <joel@OARcorp.com>

* clock/clock.c: Removed warnings.
This commit is contained in:
Joel Sherrill
2002-11-04 14:27:17 +00:00
parent 1298624dc8
commit dd0972ddc1
2 changed files with 5 additions and 1 deletions

View File

@@ -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>
* startup/genpvec.c, tod/todcfg.c: Removed warnings.

View File

@@ -173,7 +173,7 @@ rtems_device_driver Clock_initialize(
Clock_Decrementer_value = Cpu_table.clicks_per_usec *
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