Skip to content

Commit 77bd43e

Browse files
committed
Fix compilation error
1 parent 6b00008 commit 77bd43e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/drivers/imu/analog_devices/adis16448/ADIS16448.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,6 @@ ADIS16448::ADIS16448(I2CSPIBusOption bus_option, int bus, uint32_t device, enum
106106
_px4_mag(get_device_id(), rotation)
107107
{
108108
_debug_enabled = true;
109-
110-
if (_drdy_gpio != 0) {
111-
_drdy_missed_perf = perf_alloc(PC_COUNT, MODULE_NAME": DRDY missed");
112-
}
113109
}
114110

115111
ADIS16448::~ADIS16448()

0 commit comments

Comments
 (0)