/[H8]/trunk/PIC/TCP-IP stack/main.c
ViewVC logotype

Diff of /trunk/PIC/TCP-IP stack/main.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 64 by hedin, Tue May 1 13:47:27 2007 UTC revision 65 by hedin, Tue May 1 13:59:04 2007 UTC
# Line 13  char global_network_char; Line 13  char global_network_char;
13  void network_send_hello( unsigned char termid)  void network_send_hello( unsigned char termid)
14  {  {
15    
16          switch(smState)          switch(TCB[0].smState)
17          {          {
18                  case SM_CONNECT:                  case SM_CONNECT:
19                          Sock = TCPConnect(, 1234);                          Sock = TCPConnect(, 1234);

Legend:
Removed from v.64  
changed lines
  Added in v.65

  ViewVC Help
Powered by ViewVC 1.1.20