for EthernetInterface library compatibility.\\ ** Unoffical fix. may be a problem. **

Dependents:   SNIC-httpclient-example SNIC-ntpclient-example

Fork of SNICInterface by muRata

Files at this revision

API Documentation at this revision

Comitter:
ban4jp
Date:
Sat Nov 22 11:01:16 2014 +0000
Parent:
44:c50e7332afcc
Child:
46:e1cb45f7a27f
Commit message:
disabled _DEBUG option.

Changed in this revision

SNIC/MurataObject.h Show annotated file Show diff for this revision Revisions of this file
--- a/SNIC/MurataObject.h	Fri Nov 21 03:50:48 2014 +0000
+++ b/SNIC/MurataObject.h	Sat Nov 22 11:01:16 2014 +0000
@@ -20,7 +20,7 @@
 #define _MURATA_OBJECT_H_
 #include "mbed.h"
 
-#define _DEBUG      /* If this definition is enabled, debug log is output. */
+//#define _DEBUG      /* If this definition is enabled, debug log is output. */
 //#define _FUNC_TRACE
 
 #ifdef _DEBUG