Naming of constants changed.
FossilOrigin-Name: 8bd3ae7319ccf259e9ec27aba78cbbbacdd56ee7e0691f0a6ef9edf81ae893e2
This commit is contained in:
@ -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));
|
||||
|
Reference in New Issue
Block a user