Skip to content

Commit

Permalink
update LED pin to the one on the MiSTeX
Browse files Browse the repository at this point in the history
  • Loading branch information
hansfbaier committed Jun 18, 2024
1 parent ce5a9a5 commit 9416e59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dirtyJtagConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9416e59

Please sign in to comment.