1234567891011121314151617181920 |
- /**************************************************************************//**
- *
- * @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__ */
|