7 lines
72 B
C
7 lines
72 B
C
#ifndef _NRF_RTC_H
|
|
#define _NRF_RTC_H
|
|
|
|
void nrf_rtc_init(void);
|
|
|
|
#endif
|