summaryrefslogtreecommitdiffstats
path: root/sim/erc32/examples/clock.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/erc32/examples/clock.c')
-rw-r--r--sim/erc32/examples/clock.c8
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 ec23037a0c..0000000000
--- 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);
-}
OpenPOWER on IntegriCloud