replace space to tab

This commit is contained in:
bigmagic
2020-02-26 15:43:23 +08:00
parent 773f7cdf52
commit 53211b3c6e
+1 -1
View File
@@ -13,7 +13,7 @@
*/
.globl rt_hw_gtimer_enable
rt_hw_gtimer_enable:
MOV X0,#1
MOV X0,#1
MSR CNTP_CTL_EL0,X0
RET