stlink: Fix the LED pinout on the Nucleo boards

This commit is contained in:
Manoel Brunnen 2018-11-11 00:11:02 +01:00 committed by Piotr Esden-Tempski
parent 1a963b81f6
commit d140b4b667
1 changed files with 2 additions and 2 deletions

View File

@ -62,8 +62,8 @@ int usbuart_debug_write(const char *buf, size_t len);
#define LED_PORT GPIOA
/* Use PC14 for a "dummy" uart led. So we can observere at least with scope*/
#define LED_PORT_UART GPIOC
#define LED_UART GPIO14
#define LED_PORT_UART GPIOA
#define LED_UART GPIO9
#define PLATFORM_HAS_TRACESWO 1
#define NUM_TRACE_PACKETS (128) /* This is an 8K buffer */