diff options
author | YamaArashi <shadow962@live.com> | 2015-11-27 15:32:24 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-11-27 15:32:24 -0800 |
commit | ddc1ae2fed471036781fe9cc69a19acc9cec44d2 (patch) | |
tree | ae41a8ec5df477e27f2d830232121e843543ca74 /asm/main.s | |
parent | 08c0c508cf05c4d8e1571e582931c4a82f0e521c (diff) |
name RTC lib functions
Diffstat (limited to 'asm/main.s')
-rw-r--r-- | asm/main.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/main.s b/asm/main.s index 11fcf80e4..d60d250df 100644 --- a/asm/main.s +++ b/asm/main.s @@ -711,7 +711,7 @@ do_reset: ; 80008F4 ands r2, r1 strh r2, [r0, 0xA] ldrh r0, [r0, 0xA] - bl sub_82E2168 + bl RTC_SetReadOnly movs r0, 0xFF bl SoftReset pop {r4} |