Log
Dependents: oldheating gps motorhome heating
Diff: log.h
- Revision:
- 9:d2c41855ed09
- Parent:
- 8:e793e9005f89
- Child:
- 10:cf815db8ed57
--- a/log.h Fri Sep 22 13:40:50 2017 +0000 +++ b/log.h Wed Oct 04 10:29:22 2017 +0000 @@ -1,12 +1,13 @@ extern int LogInit(); extern bool LogUart; + +extern void LogPush(char c); extern void Log(char* snd); extern void LogV(char *fmt, va_list argptr); extern void LogF(char *fmt, ...); -extern void LogTime(); +extern void LogTime(char *snd); extern void LogTimeF(char *fmt, ...); -extern void LogTimeCrLf(char *); -extern void LogPush(char c); + extern void LogEnumerateStart(void); extern int LogEnumerate(void); extern void LogEnable(int on);