From 9416e59e3e6b170b31dfd0a58440af72e3044539 Mon Sep 17 00:00:00 2001 From: Hans Baier Date: Tue, 18 Jun 2024 09:28:06 +0700 Subject: [PATCH] update LED pin to the one on the MiSTeX --- dirtyJtagConfig.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dirtyJtagConfig.h b/dirtyJtagConfig.h index f61044a..931f530 100644 --- a/dirtyJtagConfig.h +++ b/dirtyJtagConfig.h @@ -38,9 +38,9 @@ #define PIN_TRST 14 #define LED_INVERTED 0 -#define PIN_LED_TX 25 -#define PIN_LED_ERROR 25 -#define PIN_LED_RX 25 +#define PIN_LED_TX 15 +#define PIN_LED_ERROR 15 +#define PIN_LED_RX 15 #if ( USB_CDC_UART_BRIDGE ) #define PIN_UART_INTF_COUNT 2