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

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

Fork of SNICInterface by muRata

Revision:
28:b796031f6519
Parent:
27:dcc4f34448f0
Child:
29:6a0ba999597d
--- a/SNIC/SNIC_Core.h	Mon Mar 31 02:06:14 2014 +0000
+++ b/SNIC/SNIC_Core.h	Tue Apr 01 07:19:19 2014 +0000
@@ -103,9 +103,9 @@
     /** SNIC_INIT_REQ */
     typedef struct
     {
-        unsigned char  cmd_sid;
-        unsigned char  seq;
-        unsigned short buf_size;
+        unsigned char cmd_sid;
+        unsigned char seq;
+        unsigned char buf_size[2];
     }tagSNIC_INIT_REQ_T;
     
     /** SNIC_TCP_CREATE_SOCKET_REQ */