Fix Zoul build when RTCC is enabled

This commit is contained in:
George Oikonomou 2018-02-27 23:05:00 +00:00 committed by Atis Elsts
parent c4f7d0f147
commit 6004084785
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ rtc_init(void)
/* Set the time and date */
if(rtcc_set_time_date(&td) == AB08_ERROR) {
LOG_INFO("Failed to set time and date\n");
LOG_ERR("Failed to set time and date\n");
}
#endif
#endif