From: Bdale Garbee Date: Wed, 1 May 2024 23:59:56 +0000 (-0600) Subject: correct LED pin assignments X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=40ece3165467670c72b270eba5089e1638e80893;p=fw%2Faltos correct LED pin assignments --- diff --git a/src/fctester-v0.1/ao_pins.h b/src/fctester-v0.1/ao_pins.h index 06921626..35c89250 100644 --- a/src/fctester-v0.1/ao_pins.h +++ b/src/fctester-v0.1/ao_pins.h @@ -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)