From a6e3b0976f6f3af7c15a9c5ccde90599e3a733b9 Mon Sep 17 00:00:00 2001 From: Travis Geiselbrecht Date: Wed, 31 Oct 2012 22:09:18 -0700 Subject: [PATCH] [target] run target/ through astyle --- target/init.c | 2 +- target/stm32-p407/init.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/target/init.c b/target/init.c index d7cbe239..1873a9c7 100644 --- a/target/init.c +++ b/target/init.c @@ -25,7 +25,7 @@ #include #include -/* +/* * default implementations of these routines, if the target code * chooses not to implement. */ diff --git a/target/stm32-p407/init.c b/target/stm32-p407/init.c index 8cc31c81..57b22aba 100644 --- a/target/stm32-p407/init.c +++ b/target/stm32-p407/init.c @@ -37,7 +37,7 @@ void target_early_init(void) /* configure the usart3 pins */ gpio_config(GPIO_USART3_TX, GPIO_STM32_AF | GPIO_STM32_AFn(GPIO_AF_USART3) | GPIO_PULLUP); gpio_config(GPIO_USART3_RX, GPIO_STM32_AF | GPIO_STM32_AFn(GPIO_AF_USART3) | GPIO_PULLUP); - + stm32_debug_early_init(); /* configure some status leds */