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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 62 - (show annotations) (download)
Tue May 1 08:17:39 2007 UTC (17 years, 1 month ago) by hedin
File MIME type: text/plain
File size: 239 byte(s)
Removed tcpip stack 4.02 and added tcpip stack 2.20.
1 // main for tcp ip stack
2 #define THIS_IS_STACK_APPLICATION
3
4 #include "StackTsk.h"
5 #include "tick.h"
6 #include "dhcp.h"
7
8 APP_CONFIG AppConfig;
9
10 void main()
11 {
12 while(1);
13 }
14 void network_send_hello( unsigned char termid)
15 {
16
17 }

  ViewVC Help
Powered by ViewVC 1.1.20