#ifndef SYSLOG_H #define SYSLOG_H #define SYSLOG_TX_TIMEOUT 100 //ms int InitSyslog(); void SyslogTick(); int SyslogNewByte(char byte); int SyslogNewString(char *string); #endif