[target] run target/ through astyle

This commit is contained in:
Travis Geiselbrecht
2012-10-31 22:09:18 -07:00
parent a6f6a7fbe7
commit a6e3b0976f
2 changed files with 2 additions and 2 deletions

View File

@@ -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 */