mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Master: Less verbosity
This commit is contained in:
parent
4b321dddc1
commit
38bebe2d66
@ -1362,8 +1362,8 @@ Sensors::parameter_update_poll(bool forced)
|
||||
continue;
|
||||
}
|
||||
|
||||
int id = h.ioctl(DEVIOCGDEVICEID, 0);
|
||||
PX4_WARN("sensors: device ID: %s: %d, %u", str, id, (unsigned)id);
|
||||
// int id = h.ioctl(DEVIOCGDEVICEID, 0);
|
||||
// PX4_WARN("sensors: device ID: %s: %d, %u", str, id, (unsigned)id);
|
||||
|
||||
/* if the calibration is for this device, apply it */
|
||||
if (device_id == h.ioctl(DEVIOCGDEVICEID, 0)) {
|
||||
@ -1443,8 +1443,8 @@ Sensors::parameter_update_poll(bool forced)
|
||||
continue;
|
||||
}
|
||||
|
||||
int id = h.ioctl(DEVIOCGDEVICEID, 0);
|
||||
PX4_WARN("sensors: device ID: %s: %d, %u", str, id, (unsigned)id);
|
||||
// int id = h.ioctl(DEVIOCGDEVICEID, 0);
|
||||
// PX4_WARN("sensors: device ID: %s: %d, %u", str, id, (unsigned)id);
|
||||
|
||||
/* if the calibration is for this device, apply it */
|
||||
if (device_id == h.ioctl(DEVIOCGDEVICEID, 0)) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user