From e3736193745ad89e3dcb69a73f8906a4de41c4ca Mon Sep 17 00:00:00 2001 From: Uwe Bonnes Date: Thu, 17 Jan 2013 19:18:23 +0100 Subject: stlink: LED is connected to GPIO9. Before LED was associated with the MCO Output. --- src/platforms/stlink/platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/platforms/stlink/platform.h') diff --git a/src/platforms/stlink/platform.h b/src/platforms/stlink/platform.h index 97e8697..e5fd0b4 100644 --- a/src/platforms/stlink/platform.h +++ b/src/platforms/stlink/platform.h @@ -79,7 +79,7 @@ extern usbd_device *usbdev; /* 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_IDLE_RUN GPIO8 +#define LED_IDLE_RUN GPIO9 #define TMS_SET_MODE() \ gpio_set_mode(TMS_PORT, GPIO_MODE_OUTPUT_50_MHZ, \ -- cgit v1.2.3