4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-23 03:37:20 +08:00

18 lines
346 B
C
Raw Normal View History

2022-09-22 17:12:30 +08:00
/*
* Copyright (c) 2006-2023, RT-Thread Development Team
2022-09-22 17:12:30 +08:00
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2021-08-10 charlown first version
* 2022-09-22 hg0720 the first version which add from wch
*/
#ifndef DRV_RTC_H__
#define DRV_RTC_H__
int rt_hw_rtc_init(void);
#endif