typedef struct
{
uint8_t receiveFinsh;
uint16_t len;
char rxBuff[RECEIVE_MAX];
}usartReceiveDataType;
使用的时候
if(respone.rxBuff[0]==0xFE)
出现War 这里将一直是False
char没有这么大的
https://blog.youkuaiyun.com/zy986718042/article/details/71699079