summaryrefslogtreecommitdiff
path: root/lib/ultralib/src/log/delay.s
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ultralib/src/log/delay.s')
-rw-r--r--lib/ultralib/src/log/delay.s12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/ultralib/src/log/delay.s b/lib/ultralib/src/log/delay.s
index 631781a..70782f6 100644
--- a/lib/ultralib/src/log/delay.s
+++ b/lib/ultralib/src/log/delay.s
@@ -5,16 +5,16 @@
#include "sys/regdef.h"
LEAF(osDelay)
- sll t0,a0,2
- addu t0,a0
- sll t0,t0,2
- beqz a0,2f
+ sll t0, a0, 2
+ addu t0, a0
+ sll t0, t0, 2
+ beqz a0, 2f
1:
- subu t0,1
+ subu t0, 1
NOP
NOP
- bnez t0,1b
+ bnez t0, 1b
2:
j ra