/[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 54 - (show annotations) (download)
Fri Apr 27 08:42:17 2007 UTC (17 years, 1 month ago) by hedin
File MIME type: text/plain
File size: 182 byte(s)
Added basic project
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 }

  ViewVC Help
Powered by ViewVC 1.1.20