我在main.c中加入了以下函数: struct msgTask { unsigned char cnt; unsigned char *s; };
struct msgTask T5mbox={1,"Hello"}; 可是ADS中出现以下ERROR Error : C3028E: '=': implicit cast of pointer to non-equal pointer main.c line 35
D:\EASYARM\OS\uCOS_Example\src\main.c: 0 warnings, 1 error, 0 serious errors
不知怎么回事? |