leon2/.../ckinit.c: Change get nanoseconds handler to static

This commit is contained in:
Joel Sherrill
2013-09-30 12:08:13 -05:00
parent a15650dad5
commit d349636b2a

View File

@@ -57,7 +57,7 @@ extern int CLOCK_SPEED;
LEON_REG.Timer_Control_1 = 0; \
} while (0)
uint32_t bsp_clock_nanoseconds_since_last_tick(void)
static uint32_t bsp_clock_nanoseconds_since_last_tick(void)
{
uint32_t clicks;
uint32_t usecs;