这个怎么解决????

2019-03-24 13:12发布

unsigned char *G_u8p_runMode;
int16_t D[1000];
G_u8p_runMode= &D[70];
error:  #513: a value of type "int16_t *" cannot be assigned to an entity of type "unsigned char *" 此帖出自小平头技术问答
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
该问题目前已经被作者或者管理员关闭, 无法添加新回复
5条回答
lcofjp
1楼-- · 2019-03-24 20:07
 精彩回答 2  元偷偷看……
jishuaihu
2楼-- · 2019-03-25 00:25
< :TI_MSP430_内容页_SA7 --> 很明显的数据类型不一致问题
zjd0608
3楼-- · 2019-03-25 01:16
恩,是的,数据类型不一致,已经改过来了。。多谢!!
zjd0608
4楼-- · 2019-03-25 03:09
 精彩回答 2  元偷偷看……
tiankai001
5楼-- · 2019-03-25 07:03
编程时要注意数据类型的匹配哦

一周热门 更多>

相关问题

    相关文章