thermferm/thermferm.c

changeset 44
f37d73940699
parent 43
24e731bb2e08
child 46
000399c64d3f
--- a/thermferm/thermferm.c	Sun May 18 22:56:43 2014 +0200
+++ b/thermferm/thermferm.c	Mon May 19 17:49:04 2014 +0200
@@ -156,9 +156,6 @@
     if (wiringPiSetup () )
 	return 1;
 
-    if (server_init() )
-	return 1;
-
     if ((rc = initLCD (16, 2))) {
 	fprintf(stderr, "Cannot initialize LCD display, rc=%d\n", rc);
 	return 1;

mercurial