powerpc/shared/flash/intelFlash.c: Do not use rtems_clock_get()

This commit is contained in:
Joel Sherrill
2015-03-17 10:05:05 -05:00
parent fe0eb1b513
commit c1479edf5b
@@ -62,7 +62,7 @@
#include <rtems.h>
#define TIMEOUT_US 1000
#define CLOCKRATE_GET(p) rtems_clock_get( RTEMS_CLOCK_GET_TICKS_PER_SECOND, p )
#define CLOCKRATE_GET(p) p = rtems_clock_get_ticks_per_second()
#endif