From 8fd7e5e623647866db88b632347261e5d9f30da1 Mon Sep 17 00:00:00 2001 From: Silvan Jegen Date: Sat, 10 Aug 2019 17:40:59 +0200 Subject: Implement first version of ISR --- software/first/gpio.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'software/first/gpio.inc') diff --git a/software/first/gpio.inc b/software/first/gpio.inc index 37caeba..9617fdb 100644 --- a/software/first/gpio.inc +++ b/software/first/gpio.inc @@ -4,5 +4,5 @@ .equ GPIO_RGB_PINS, 0x680000 .equ GPIO_RED_LED, 0x400000 -.equ GPIO_BLUE_LED, 0x200000 -.equ GPIO_GREEN_LED, 0x080000 +.equ GPIO_BLUE_LED, 0x200000 +.equ GPIO_GREEN_LED, 0x080000 -- cgit v1.2.1-18-gbd029