rt_low_level_init.c 308 B

12345678910111213141516
  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. void rt_low_level_init(void)
  12. {
  13. }