mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-06 16:49:51 +08:00
Comment out line which checks for attempt to set sampling rate beyond that supported by device.
This commit is contained in:
committed by
Lorenz Meier
parent
edd17771b1
commit
630146686e
@@ -669,7 +669,7 @@ LIS3MDL::ioctl(struct file *filp, int cmd, unsigned long arg)
|
||||
|
||||
/* check against maximum rate */
|
||||
if (ticks < USEC2TICK(LIS3MDL_CONVERSION_INTERVAL)) {
|
||||
return -EINVAL;
|
||||
// RobD: quick fix for Phil's testing return -EINVAL;
|
||||
}
|
||||
|
||||
/* update interval for next measurement */
|
||||
|
||||
Reference in New Issue
Block a user