IAR 编译错误

2019-03-23 18:52发布

Error[Pe144]: a value of type "char const [17]" cannot be used to initialize an entity of type "unsigned char const [16]"

const u8 testinf2[16]={" Please wait .. "};

一个数组16个数,定义没错,之前一直这么用的,怎么复制到新的工程里就报这样的错呢?删掉一位就OK了,或者定义const u8 testinf2[17]也没问题,关键是只有16个,为什么要定义17个呢?
此帖出自小平头技术问答
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。