rt-thread/bsp/dm365/applications/board.h

20 lines
303 B
C
Raw Normal View History

2015-09-04 12:30:20 +08:00
/*
* Copyright (c) 2006-2021, RT-Thread Development Team
2015-09-04 12:30:20 +08:00
*
* SPDX-License-Identifier: Apache-2.0
2015-09-04 12:30:20 +08:00
*
* Change Logs:
* Date Author Notes
* 2011-01-13 weety first version
2015-09-04 12:30:20 +08:00
*/
2015-09-04 21:58:08 +08:00
2015-09-04 12:30:20 +08:00
#ifndef __BOARD_H__
#define __BOARD_H__
#include <dm36x.h>
void rt_hw_board_init(void);
#endif