以太网调通了,用的MINI板子,电脑是TCP CLIENT 192.168.1.16 1200端口。 比如现在我想把18B20的数据通过以太网传输到网络调试助手上
temp=DS18B20_Get_Temp(); //18b20数据
定义u16_t uip_buf[6]={0x01,0x00,0x00,0x00,temp,0xff}
出现了test.c(24): error: #147: declaration is incompatible with "u8_t uip_buf[4098]" (declared at line 43 of "..\uIP-1.0\uip\uip.h")这个错误是怎么回事?