From 3f8b15773b76750d0e877fac502277e2d5dcf791 Mon Sep 17 00:00:00 2001 From: Silvan Jegen Date: Tue, 23 Jul 2019 21:53:33 +0200 Subject: first: fix tabs vs. spaces --- software/first/setup_gpio.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'software/first/setup_gpio.S') diff --git a/software/first/setup_gpio.S b/software/first/setup_gpio.S index 39003b4..d2f4186 100644 --- a/software/first/setup_gpio.S +++ b/software/first/setup_gpio.S @@ -14,6 +14,6 @@ setup_GPIO: sw t1, GPIO_OUTPUT_XOR(t0) # set the RGB pins to active high sw x0, GPIO_OUTPUT_VAL(t0) # set all pins to 0 - lw ra, 12(sp) # load return address - addi sp, sp, 16 # deallocate stack frame + lw ra, 12(sp) # load return address + addi sp, sp, 16 # deallocate stack frame ret -- cgit v1.2.1-18-gbd029