forked from Archive/PX4-Autopilot
adis16470: disable debug
This commit is contained in:
parent
982692f5ed
commit
7ddcb7fe3c
|
@ -48,7 +48,6 @@ ADIS16470::ADIS16470(I2CSPIBusOption bus_option, int bus, uint32_t device, enum
|
|||
_px4_accel(get_device_id(), rotation),
|
||||
_px4_gyro(get_device_id(), rotation)
|
||||
{
|
||||
_debug_enabled = true;
|
||||
}
|
||||
|
||||
ADIS16470::~ADIS16470()
|
||||
|
|
Loading…
Reference in New Issue