You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In XL320.cpp line 250: DXL_LOBYTE and DXL_HIBYTE create unsigned char, but they are read as int: for(int i=0;i<parameter_data_size;i++) { unsigned char arg = va_arg(args, int); this->data[8+i]=arg; }
The text was updated successfully, but these errors were encountered:
In XL320.cpp line 250: DXL_LOBYTE and DXL_HIBYTE create unsigned char, but they are read as int:
for(int i=0;i<parameter_data_size;i++) { unsigned char arg = va_arg(args, int); this->data[8+i]=arg; }
The text was updated successfully, but these errors were encountered: