delete unused IOCTL GYROIOCSRANGE

This commit is contained in:
Daniel Agar
2018-11-03 15:04:15 -04:00
committed by Lorenz Meier
parent aaf0b6fb5c
commit 068dcb37df
11 changed files with 0 additions and 56 deletions
-10
View File
@@ -198,16 +198,6 @@ do_gyro(int argc, char *argv[])
return 1;
}
} else if (argc == 3 && !strcmp(argv[0], "range")) {
/* set the range to i dps */
ret = ioctl(fd, GYROIOCSRANGE, strtoul(argv[2], NULL, 0));
if (ret) {
PX4_ERR("range could not be set");
return 1;
}
} else {
print_usage();
return 1;