Skip to content
Snippets Groups Projects
Commit 7ec68862 authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

Fix compile error


...as suggested by Peter Pearse

Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
parent 5252ed95
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@
#define TIMER_LOAD_VAL 0
/* macro to read the 32 bit timer */
#define READ_TIMER (*(volatile ulong *)(CFG_TIMERBASE+TCRR))
#define READ_TIMER (*((volatile ulong *)(CFG_TIMERBASE+TCRR)))
static ulong timestamp;
static ulong lastinc;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment