完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
报错如下:
SourceUsermain.c(41): error: #513: a value of type "struct udp_PCB *" cannot be assigned to an entity of type "struct upd_pcb *" SourceUsermain.c(42): error: #167: argument of type "struct upd_pcb *" is incompatible with parameter of type "struct udp_pcb *" SourceUsermain.c(42): error: #167: argument of type "struct upd_pcb *" is incompatible with parameter of type "struct udp_pcb *" SourceUsermain.c(42): error: #167: argument of type "struct upd_pcb *" is incompatible with parameter of type "struct udp_pcb *" SourceUsermain.c - 4 Error(s), 0 Warning(s). 我的函数就简单实用UDP #include "main.h"#include "STM32_eth.h"#include "stm32f107.h"#include "netconf.h"#include "lwip/pbuf.h"#include "lwip/udp.h"#include "lwip/tcp.h" . . . . int main(){struct upd_pcb *udp_pcb_usr;struct ip_addr ipaddr;struct pbuf *p;System_Setup();LwIP_Init();p = pbuf_alloc(PBUF_RAW, sizeof(UDPData), PBUF_RAM);p->payload =(void *)UDPData;IP4_ADDR(&ipaddr, 192, 168, 0, 10);udp_pcb_usr = udp_new();udp_bind(udp_pcb_usr, IP_ADDR_ANY, 161);udp_connect(udp_pcb_usr, &ipaddr, 161);udp_send(udp_pcb_usr, p);while(1){System_Periodic_Handle();}} 类型明明在 udp.h中定义了,我看例程也是这样写的,为什么这里会报错呢?明明是同一个类型的。。。。 |
|
相关推荐
1个回答
|
|
参考下这个吧:http://www.openedv.com/posts/list/25178.htm
|
|
|
|
只有小组成员才能发言,加入小组>>
如何使用STM32+nrf24l01架构把有线USB设备无线化?
2568 浏览 7 评论
请问能利用51单片机和nRF24L01模块实现实时语音无线传输吗?
2359 浏览 5 评论
3207 浏览 3 评论
2836 浏览 8 评论
为什么ucosii上移植lwip后系统进入了HardFault_Handler?
2786 浏览 4 评论
请教各位大咖:有没有接收频率32M左右的芯片推荐的?先感谢啦!
658浏览 1评论
897浏览 0评论
1019浏览 0评论
664浏览 0评论
494浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-18 12:15 , Processed in 1.070452 second(s), Total 78, Slave 61 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号