void LwIP_Pkt_Handle(void)
{
/* Read a received packet from the Ethernet buffers and send it to the lwIP for handling */
ethernetif_input(&netif);
} 这个事处理程序吧。。进去我就出不来了
图里是说一个指向储存地区的指针吗?
void LwIP_Pkt_Handle(void)
{
/* Read a received packet from the Ethernet buffers and send it to the lwIP for handling */
ethernetif_input(&netif);
} 这个事处理程序吧。。进去我就出不来了
图里是说一个指向储存地区的指针吗?
举报