Fix compilation error

This commit is contained in:
Florian Achermann 2021-07-27 10:46:12 +02:00
parent 6b00008dba
commit 77bd43ead3

View File

@ -106,10 +106,6 @@ ADIS16448::ADIS16448(I2CSPIBusOption bus_option, int bus, uint32_t device, enum
_px4_mag(get_device_id(), rotation)
{
_debug_enabled = true;
if (_drdy_gpio != 0) {
_drdy_missed_perf = perf_alloc(PC_COUNT, MODULE_NAME": DRDY missed");
}
}
ADIS16448::~ADIS16448()