aboutsummaryrefslogtreecommitdiffstats
path: root/Lab_2B.X/lab2b_asm.s
diff options
context:
space:
mode:
Diffstat (limited to 'Lab_2B.X/lab2b_asm.s')
-rw-r--r--Lab_2B.X/lab2b_asm.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lab_2B.X/lab2b_asm.s b/Lab_2B.X/lab2b_asm.s
index 55c7771..4b983c2 100644
--- a/Lab_2B.X/lab2b_asm.s
+++ b/Lab_2B.X/lab2b_asm.s
@@ -9,12 +9,12 @@
; underscore (_) and be included in a comment delimited list below.
.global _write_0, _write_1, _wait_100us, _wait_1ms
-_delay_100us:
+_wait_100us:
repeat #1593
nop
return
-_delay_1ms:
+_wait_1ms:
repeat #15993
nop
return