diff options
Diffstat (limited to 'sim/erc32/examples/clock.c')
-rw-r--r-- | sim/erc32/examples/clock.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sim/erc32/examples/clock.c b/sim/erc32/examples/clock.c deleted file mode 100644 index ec23037..0000000 --- a/sim/erc32/examples/clock.c +++ /dev/null @@ -1,8 +0,0 @@ - -int clock() -{ - volatile int *t_addr; - - t_addr = (volatile int * ) 0x01F80080; /* Real-time clock address */ - return(*t_addr); -} |