huzi2099 发表于 2013-10-13 10:39 
const
是这样:__root const unsigned char date_1[] 定义吗?我这样定义了,但是我按读取数组那样读取的时候,出现错误
Error[Pe167]: argument of type "unsigned char const *" is incompatible with parameter of type "unsigned char *" C:\Documents and Settings\Administrator\桌面\Work\LCD_2\uase\main.c 28
应该怎么样读取?
|