]> git.gag.com Git - fw/altos/commitdiff
correct LED pin assignments
authorBdale Garbee <bdale@gag.com>
Wed, 1 May 2024 23:59:56 +0000 (17:59 -0600)
committerBdale Garbee <bdale@gag.com>
Wed, 1 May 2024 23:59:56 +0000 (17:59 -0600)
src/fctester-v0.1/ao_pins.h

index 06921626b4d6cfb8d970d97025515119ca343b04..35c8925076e785bd2dc8611596361bc79d412082 100644 (file)
@@ -60,8 +60,8 @@
 /* LED */
 
 #define LED_PORT               0
-#define LED_PIN_RED            23
-#define LED_PIN_GREEN          7
+#define LED_PIN_RED            7
+#define LED_PIN_GREEN          8
 #define AO_LED_RED             (1 << LED_PIN_RED)
 #define AO_LED_GREEN           (1 << LED_PIN_GREEN)