1
0
Fork 0

unsigned char for hex value

This commit is contained in:
Kevin Matz 2019-07-30 13:20:17 -04:00
parent 123a186feb
commit ea806d5d9a
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ void readCommand() {
}
// move the axis
int v = ( Msb << 4 ) | Lsb;
uint8_t v = ( Msb << 4 ) | (Lsb);
r.axis(index)->maneuver(v);
// next