rtc: move preinit call to RTC_Initialise()

This commit is contained in:
Miroslav Lichvar
2014-08-18 11:25:16 +02:00
parent c52e9085d1
commit c6e064200d
3 changed files with 9 additions and 20 deletions

3
rtc.h
View File

@@ -28,9 +28,8 @@
#include "reports.h"
extern void RTC_Initialise(void);
extern void RTC_Initialise(int initial_set);
extern void RTC_Finalise(void);
extern void RTC_TimePreInit(void);
extern void RTC_TimeInit(void (*after_hook)(void *), void *anything);
extern void RTC_StartMeasurements(void);
extern int RTC_GetReport(RPT_RTC_Report *report);