Arianna autonomous DAQ firmware

Dependencies:   mbed SDFileSystemFilinfo AriSnProtocol NetServicesMin AriSnComm MODSERIAL PowerControlClkPatch DS1820OW

Revision:
18:55f1581f2ee4
Parent:
16:744ce85aede2
--- a/SnCommAfarTCP.h	Wed Sep 12 22:50:25 2012 +0000
+++ b/SnCommAfarTCP.h	Sat Sep 29 04:54:15 2012 +0000
@@ -1,6 +1,6 @@
 #ifndef SN_SnCommAfarTCP
 #define SN_SnCommAfarTCP
-
+/*
 #include "SnCommWin.h"
 #include "string"
 
@@ -47,7 +47,9 @@
         Set(conf.GetRemoteServer(), conf.GetRemotePort(),
             conf.GetMbedIP(), conf.GetMbedMask(), conf.GetMbedGate(),
             false);
+#ifdef DEBUG
         printf("set conf done\r\n");
+#endif
     }
 
     virtual bool Connect(const uint32_t timeout);
@@ -66,5 +68,5 @@
     
 
 };
-
+*/
 #endif // SN_SnCommAfarTCP