Add option to trim RTC automatically

This commit is contained in:
Miroslav Lichvar
2013-11-27 17:33:03 +01:00
parent 61dbdd80b9
commit 162c6a49b5
4 changed files with 74 additions and 0 deletions

2
conf.h
View File

@@ -99,4 +99,6 @@ extern char *CNF_GetUser(void);
extern int CNF_GetMaxSamples(void);
extern int CNF_GetMinSamples(void);
extern double CNF_GetRtcAutotrim(void);
#endif /* GOT_CONF_H */