forked from Imagelibrary/rtems
2007-11-06 Joel Sherrill <joel.sherrill@OARcorp.com>
* clock/ckinit.c: Formatting.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2007-11-06 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* clock/ckinit.c: Formatting.
|
||||||
|
|
||||||
2007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* console/debugputs.c, include/bsp.h, startup/spurious.c: Remove debug
|
* console/debugputs.c, include/bsp.h, startup/spurious.c: Remove debug
|
||||||
|
|||||||
@@ -56,7 +56,8 @@ uint32_t bsp_clock_nanoseconds_since_last_tick(void)
|
|||||||
return (uint32_t) (BSP_Configuration.microseconds_per_tick - clicks) * 1000;
|
return (uint32_t) (BSP_Configuration.microseconds_per_tick - clicks) * 1000;
|
||||||
}
|
}
|
||||||
|
|
||||||
#define Clock_driver_nanoseconds_since_last_tick bsp_clock_nanoseconds_since_last_tick
|
#define Clock_driver_nanoseconds_since_last_tick \
|
||||||
|
bsp_clock_nanoseconds_since_last_tick
|
||||||
|
|
||||||
#define Clock_driver_support_initialize_hardware() \
|
#define Clock_driver_support_initialize_hardware() \
|
||||||
do { \
|
do { \
|
||||||
|
|||||||
Reference in New Issue
Block a user