X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fted.c;h=b5fa4c1ece7c86ed9e59583ec481d3c905d0fb4e;hp=b8036810035823649576e6690260fc3f2fc28335;hb=ec51ddee94fa2ba1e01fe0e336ccc9c190a198ff;hpb=22813e1a6a3d059efc67975893df985052661a7a diff --git a/src/ted.c b/src/ted.c index b8036810..b5fa4c1e 100644 --- a/src/ted.c +++ b/src/ted.c @@ -53,8 +53,8 @@ #define DEFAULT_DEVICE "/dev/ttyUSB0" -static char *conf_device = NULL; -static int conf_retries = 0; +static char *conf_device; +static int conf_retries; static int fd = -1;