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

View File

@@ -1115,7 +1115,7 @@ SYS_Linux_Initialise(void)
have_setoffset = 0;
}
TMX_SetSync(CNF_GetRTCSync());
TMX_SetSync(CNF_GetRtcSync());
/* Read current kernel frequency */
TMX_GetFrequency(&freq, &current_tick);