15 lines
258 B
C
15 lines
258 B
C
|
/*
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*
|
||
|
* Change Logs:
|
||
|
* Date Author Notes
|
||
|
* 2020-09-01 DongBowen first version
|
||
|
*/
|
||
|
#include <rtdevice.h>
|
||
|
#include "board_config.h"
|
||
|
|
||
|
/**
|
||
|
* The below functions will initialize HC32 board.
|
||
|
*/
|