// main for tcp ip stack #define THIS_IS_STACK_APPLICATION #include "StackTsk.h" #include "tick.h" #include "dhcp.h" APP_CONFIG AppConfig; void main() { while(1); } void network_send_hello( unsigned char termid) { }