nrf5/hal: Adding empty init function in hal_rtc.c

This commit is contained in:
Glenn Ruben Bakke 2016-12-26 16:49:27 +01:00
parent 22c62fb53f
commit c2d2958205
1 changed files with 3 additions and 0 deletions

View File

@ -29,5 +29,8 @@
#ifdef HAL_RTC_MODULE_ENABLED
void hal_rtc_init(NRF_RTC_Type * p_instance, hal_rtc_init_t const * p_rtc_init) {
}
#endif // HAL_RTC_MODULE_ENABLED