Naming of constants changed.

FossilOrigin-Name: 8bd3ae7319ccf259e9ec27aba78cbbbacdd56ee7e0691f0a6ef9edf81ae893e2
This commit is contained in:
7u83@mail.ru
2015-03-29 07:35:11 +00:00
parent 0db50b3be4
commit 5784b53a93
5 changed files with 24 additions and 23 deletions

View File

@ -31,7 +31,7 @@
int cw_readelem_image_identifier(struct cwimage_data *data, int type,uint8_t *msgelem, int len)
{
if (type != CWMSGELEM_IMAGE_IDENTIFIER)
if (type != CW_ELEM_IMAGE_IDENTIFIER)
return 0;
data->vendor_id = ntohl(*((uint32_t*)msgelem));