/[H8]/trunk/PIC/Demo trimmet/network.c
ViewVC logotype

Diff of /trunk/PIC/Demo trimmet/network.c

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

revision 112 by hedin, Mon May 28 15:00:55 2007 UTC revision 113 by hedin, Mon May 28 16:28:28 2007 UTC
# Line 121  char network_send_hello( unsigned char t Line 121  char network_send_hello( unsigned char t
121                                          state = SockOpening;                                          state = SockOpening;
122                                  }                                  }
123                                  break;                                  break;
124                                                    case SockClosed: //Fall-through
125                          case SockOpening:                          case SockOpening:
126                                  tsock1 = TCPConnect (&rnode, 3000);                                  tsock1 = TCPConnect (&rnode, 3000);
127                                  state = SockOpen;                                  state = SockOpen;

Legend:
Removed from v.112  
changed lines
  Added in v.113

  ViewVC Help
Powered by ViewVC 1.1.20