diff source/entry.s @ 7:59cb42810ad9

remove generated file
author mir3636
date Sun, 16 Dec 2018 12:29:39 +0900
parents c450faca55f4
children
line wrap: on
line diff
--- a/source/entry.s	Sun Oct 22 18:51:04 2017 +0900
+++ b/source/entry.s	Sun Dec 16 12:29:39 2018 +0900
@@ -98,6 +98,7 @@
 .global getsystemtime
 getsystemtime:
 	ldr r0, =0xFE003004 /* addr of the time-stamp lower 32 bits */
+	//ldr r0, =0xFE1E2020 /* addr of the time-stamp lower 32 bits */
 	ldrd r0, r1, [r0]
 	bx lr