mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-30 18:39:51 +08:00
powerpc/shared/flash/intelFlash.c: Do not use rtems_clock_get()
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user