We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbb96b6 commit db3863dCopy full SHA for db3863d
examples/servo/main.c
@@ -29,7 +29,7 @@ int main(void) {
29
if (libtock_current_servo_angle(index, &angle) == RETURNCODE_SUCCESS) {
30
printf("\nThe current angle is: %d", angle);
31
} else {
32
- printf("\n This servo cannot return it's angle.\n");
+ printf("\n This servo cannot return its angle.\n");
33
}
34
} else if (result == RETURNCODE_EINVAL){
35
printf("\nThe angle you provided exceeds 360 degrees\n");
0 commit comments