summaryrefslogtreecommitdiff
path: root/software/first/gpio.inc
diff options
context:
space:
mode:
authorSilvan Jegen <s.jegen@gmail.com>2019-08-10 17:40:59 +0200
committerSilvan Jegen <s.jegen@gmail.com>2019-08-10 17:40:59 +0200
commit8fd7e5e623647866db88b632347261e5d9f30da1 (patch)
tree4107057e189ac976f5b071420942339e129ce41c /software/first/gpio.inc
parentaa72093ffe1abafd605b5ec3b2d50c20b11c14a9 (diff)
Implement first version of ISR
Diffstat (limited to 'software/first/gpio.inc')
-rw-r--r--software/first/gpio.inc4
1 files changed, 2 insertions, 2 deletions
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