fix some compiler warnings.
This commit is contained in:
@@ -9,7 +9,7 @@ PUBLIC int sys_vsafecopy(struct vscp_vec *vec, int els)
|
||||
|
||||
message copy_mess;
|
||||
|
||||
copy_mess.VSCP_VEC_ADDR = vec;
|
||||
copy_mess.VSCP_VEC_ADDR = (char *) vec;
|
||||
copy_mess.VSCP_VEC_SIZE = els;
|
||||
|
||||
return(_taskcall(SYSTASK, SYS_VSAFECOPY, ©_mess));
|
||||
|
||||
Reference in New Issue
Block a user