define and use ( NTP_CLIENT_PORT )

Dependents:   header_main header_main_public header_main_publish header_main_colinas_V0

Fork of NTPClient by Jhonatan Casale

Revision:
5:8e13c249b1db
Parent:
4:881559865a93
Child:
6:1e5f969b85cc
diff -r 881559865a93 -r 8e13c249b1db NTPClient.cpp
--- a/NTPClient.cpp	Sun Aug 05 16:10:57 2012 +0000
+++ b/NTPClient.cpp	Tue Aug 19 03:46:03 2014 +0000
@@ -22,9 +22,9 @@
 //Enable debug
 #define __DEBUG__
 #include <cstdio>
-#define DBG(x, ...) std::printf("[NTPClient : DBG]"x"\r\n", ##__VA_ARGS__); 
-#define WARN(x, ...) std::printf("[NTPClient : WARN]"x"\r\n", ##__VA_ARGS__); 
-#define ERR(x, ...) std::printf("[NTPClient : ERR]"x"\r\n", ##__VA_ARGS__); 
+//#define DBG(x, ...) std::printf("[NTPClient : DBG]"x"\r\n", ##__VA_ARGS__); 
+//#define WARN(x, ...) std::printf("[NTPClient : WARN]"x"\r\n", ##__VA_ARGS__); 
+//#define ERR(x, ...) std::printf("[NTPClient : ERR]"x"\r\n", ##__VA_ARGS__); 
 
 #else
 //Disable debug