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:
kishino
Date:
Fri Sep 19 01:46:17 2014 +0000
Parent:
41:1c1b5ad4d491
Child:
43:d80bbb12ffe6
Commit message:
It was supported to the FRDM-KL46Z platform.

Changed in this revision

SNIC/MurataObject.h Show annotated file Show diff for this revision Revisions of this file
--- a/SNIC/MurataObject.h	Tue Jul 15 10:13:53 2014 +0000
+++ b/SNIC/MurataObject.h	Fri Sep 19 01:46:17 2014 +0000
@@ -23,6 +23,7 @@
 //#define _DEBUG      /* If this definition is enabled, debug log is output. */
 
 #ifdef _DEBUG
+extern Serial pc;
 #define DEBUG_PRINT(...)    { pc.printf(__VA_ARGS__);}
 #else
 #define DEBUG_PRINT(...)