1 /*
2  * Copyright (c) 2006-2021, RT-Thread Development Team
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  *
6  * Change Logs:
7  * Date           Author       Notes
8  * 2015-04-14     ArdaFu      first version
9  * 2015-04-27     ArdaFu      Port bsp from at91sam9260 to asm9260t
10  */
11 
rt_low_level_init(void)12 void rt_low_level_init(void)
13 {
14 
15 }
16 
17