Files
TencentOS-tiny/board/Nordic_NRF51822/BSP/Inc/nrf_rtc.h
2019-10-14 19:45:24 +08:00

7 lines
72 B
C

#ifndef _NRF_RTC_H
#define _NRF_RTC_H
void nrf_rtc_init(void);
#endif