libchip/network/if_fxp.c: Do not use rtems_clock_get()

This commit is contained in:
Joel Sherrill
2015-03-14 11:01:06 -05:00
parent 296b024778
commit be277dd8e0

View File

@@ -415,7 +415,7 @@ rtems_fxp_attach(struct rtems_bsdnet_ifconfig *config, int attaching)
/*
* Set up some timing values
*/
rtems_clock_get(RTEMS_CLOCK_GET_TICKS_PER_SECOND, &fxp_ticksPerSecond);
fxp_ticksPerSecond = rtems_clock_get_ticks_per_second();
DBGLVL_PRINTK(1,"fxp_attach called\n");
/*