4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-30 03:30:26 +08:00

[bsp] fix formatting issue in mini2440 bsp

This commit is contained in:
BernardXiong 2021-09-11 18:32:01 +08:00
parent 0b13409c16
commit 99804fa19a

View File

@ -1,6 +1,6 @@
/*
* Copyright (c) 2006-2021, RT-Thread Development Team
*
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
@ -208,5 +208,5 @@ int rt_hw_uart_init(void)
return RT_EOK;
}
INIT_BOARD_EXPORT(rt_hw_uart_init);