powerpc/shared/flash/intelFlash.c: Eliminate use of deprecated method

This commit is contained in:
Joel Sherrill
2015-03-17 10:05:07 -05:00
parent 38d9166751
commit 195efa4368
@@ -62,7 +62,7 @@
#include <rtems.h>
#define TIMEOUT_US 1000
#define CLOCKRATE_GET(p) p = rtems_clock_get_ticks_per_second()
#define CLOCKRATE_GET(p) *p = rtems_clock_get_ticks_per_second()
#endif