forked from Imagelibrary/rtems
2008-08-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* clock/clockdrv.c: Add missing prototypes.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2008-08-18 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* clock/clockdrv.c: Add missing prototypes.
|
||||||
|
|
||||||
2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* Makefile.am: Rework to avoid .rel files.
|
* Makefile.am: Rework to avoid .rel files.
|
||||||
|
|||||||
@@ -80,7 +80,7 @@ rtems_irq_connect_data clock_isr_data = {BSP_IRQ_TIMER3,
|
|||||||
* @param None
|
* @param None
|
||||||
* @return None
|
* @return None
|
||||||
*/
|
*/
|
||||||
void Clock_driver_support_initialize_hardware()
|
void Clock_driver_support_initialize_hardware(void)
|
||||||
{
|
{
|
||||||
int tmreload = ((rtems_configuration_get_microseconds_per_tick()*1000)/__TimTickTime_ns);
|
int tmreload = ((rtems_configuration_get_microseconds_per_tick()*1000)/__TimTickTime_ns);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user