Revert stm32f4-discovery LED pin

Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/fab9ee36
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/fab9ee36
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/fab9ee36

Branch: refs/heads/develop
Commit: fab9ee36c86ab988dfc8084485cf371ca5c5ecd9
Parents: 9f73112
Author: Fabio Utzig <[email protected]>
Authored: Thu Jan 5 21:17:12 2017 -0200
Committer: Fabio Utzig <[email protected]>
Committed: Thu Jan 12 10:51:46 2017 -0200

----------------------------------------------------------------------
 hw/bsp/stm32f4discovery/include/bsp/bsp.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/fab9ee36/hw/bsp/stm32f4discovery/include/bsp/bsp.h
----------------------------------------------------------------------
diff --git a/hw/bsp/stm32f4discovery/include/bsp/bsp.h 
b/hw/bsp/stm32f4discovery/include/bsp/bsp.h
index ca8a92c..dd038e9 100644
--- a/hw/bsp/stm32f4discovery/include/bsp/bsp.h
+++ b/hw/bsp/stm32f4discovery/include/bsp/bsp.h
@@ -41,7 +41,7 @@ extern uint8_t _ccram_start;
 #define CCRAM_SIZE      (64 * 1024)
 
 /* LED pins */
-#define LED_BLINK_PIN   MCU_GPIO_PORTD(13)
+#define LED_BLINK_PIN   MCU_GPIO_PORTD(12)
 
 /* UART */
 #define UART_CNT 1

Reply via email to