serial: stm32: Move to more traditional formatting
Providing a new line, then an attribute on the same line as the following closing bracket is odd. Move to something more transitional and in line with regular coding standards. Change-Id: I08f7cd76ca2f522a8b5b6de2e5baf94e95b5195a Signed-off-by: Lee Jones <lee.jones@linaro.org>
This commit is contained in:
parent
49c2858d94
commit
9aeb6f895d
1 changed files with 3 additions and 1 deletions
|
@ -352,7 +352,9 @@ static const struct uart_stm32_config uart_stm32_dev_cfg_1 = {
|
|||
static struct uart_stm32_data uart_stm32_dev_data_1 = {
|
||||
.huart = {
|
||||
.Init = {
|
||||
.BaudRate = CONFIG_UART_STM32_PORT_1_BAUD_RATE} }
|
||||
.BaudRate = CONFIG_UART_STM32_PORT_1_BAUD_RATE
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
DEVICE_AND_API_INIT(uart_stm32_1, CONFIG_UART_STM32_PORT_1_NAME,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue