Skip to content

Commit 0c417ab

Browse files
committed
astyle
1 parent 9be8541 commit 0c417ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_STM/serial_api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ void serial_baud(serial_t *obj, int baudrate)
399399
PeriphClkInitStruct.Lpuart1ClockSelection = RCC_LPUART1CLKSOURCE_HSI;
400400
HAL_RCCEx_PeriphCLKConfig(&PeriphClkInitStruct);
401401
if (init_uart(obj) == HAL_OK) {
402-
return;
402+
return;
403403
}
404404
}
405405
#endif

0 commit comments

Comments
 (0)