rt-thread/bsp/nuvoton/libraries/n9h30/rtt_port/drv_common.h

21 lines
506 B
C

/**************************************************************************//**
*
* @copyright (C) 2020 Nuvoton Technology Corp. All rights reserved.
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2020-12-12 Wayne First version
*
******************************************************************************/
#ifndef __DRV_COMMON_H__
#define __DRV_COMMON_H__
#include <rtthread.h>
void nu_clock_base_dump(void);
#endif /* __DRV_UART_H__ */