c6a2f5b7bd
and remvoe duplicated default functions in each cpu/bsp level
23 lines
313 B
C
23 lines
313 B
C
/*
|
|
* Copyright (c) 2006-2018, RT-Thread Development Team
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*
|
|
* Change Logs:
|
|
* Date Author Notes
|
|
* 2011-09-15 Bernard first version
|
|
*/
|
|
|
|
#include <rthw.h>
|
|
#include <rtthread.h>
|
|
#include <board.h>
|
|
|
|
/**
|
|
* @addtogroup AM33xx
|
|
*/
|
|
/*@{*/
|
|
|
|
|
|
|
|
/*@}*/
|