aboutsummaryrefslogtreecommitdiff
path: root/src/platforms/stlink
diff options
context:
space:
mode:
authorUwe Bonnes2013-01-17 19:18:23 +0100
committerUwe Bonnes2013-01-21 11:02:44 +0100
commite3736193745ad89e3dcb69a73f8906a4de41c4ca (patch)
tree2b18d66baf38a5e4218e548049dfcbc3253a5567 /src/platforms/stlink
parent06c2d52c59e456d86b74e4f2b9a4fd4759a83b85 (diff)
stlink: LED is connected to GPIO9. Before LED was associated with the MCO Output.
Diffstat (limited to 'src/platforms/stlink')
-rw-r--r--src/platforms/stlink/platform.h2
1 files changed, 1 insertions, 1 deletions
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, \