[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
1 changed files with 2 additions and 2 deletions

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);