Browse Source

mpu6000 delete dummy

sbg
Daniel Agar 7 years ago
parent
commit
d91b2347dd
  1. 2
      src/drivers/mpu6000/mpu6000.cpp

2
src/drivers/mpu6000/mpu6000.cpp

@ -1522,8 +1522,6 @@ MPU6000::ioctl(struct file *filp, int cmd, unsigned long arg) @@ -1522,8 +1522,6 @@ MPU6000::ioctl(struct file *filp, int cmd, unsigned long arg)
int
MPU6000::gyro_ioctl(struct file *filp, int cmd, unsigned long arg)
{
unsigned dummy = arg;
switch (cmd) {
/* these are shared with the accel side */

Loading…
Cancel
Save