Make naming of RTC config functions consistent

This commit is contained in:
Miroslav Lichvar
2013-12-10 16:39:14 +01:00
parent b4f6a0f94a
commit be14dbffef
5 changed files with 7 additions and 7 deletions

2
rtc.c
View File

@@ -84,7 +84,7 @@ RTC_Initialise(void)
file_name = CNF_GetRtcFile();
if (file_name) {
if (CNF_GetRTCSync()) {
if (CNF_GetRtcSync()) {
LOG_FATAL(LOGF_Rtc, "rtcfile directive cannot be used with rtcsync");
}