mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 02:57:14 +08:00
powerpc/shared/flash/intelFlash.c: Eliminate use of deprecated method
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user