Fix error message (parsing weight here)
Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
25b4fee655
commit
2feaf1e815
@ -362,7 +362,7 @@ static void weight(char *buffer, void *_weight)
|
||||
}
|
||||
break;
|
||||
default:
|
||||
printf("Strange depth reading %s\n", buffer);
|
||||
printf("Strange weight reading %s\n", buffer);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user