1
0
mirror of https://github.com/olofk/serv.git synced 2026-03-01 09:20:58 +00:00

Clear t0 in blinky example

This commit is contained in:
Olof Kindgren
2021-04-07 14:46:31 +02:00
parent 1c11365ae8
commit 51adf10772

View File

@@ -29,6 +29,8 @@ _start:
/* Set timer value to control blink speed */
li t1, DELAY
/* Clear t0 */
addi t0, zero, 0
bl1:
/* Write to LEDs */
sb t0, 0(a0)