mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 11:59:17 +08:00
adis16470: disable debug
This commit is contained in:
@@ -48,7 +48,6 @@ ADIS16470::ADIS16470(I2CSPIBusOption bus_option, int bus, uint32_t device, enum
|
|||||||
_px4_accel(get_device_id(), rotation),
|
_px4_accel(get_device_id(), rotation),
|
||||||
_px4_gyro(get_device_id(), rotation)
|
_px4_gyro(get_device_id(), rotation)
|
||||||
{
|
{
|
||||||
_debug_enabled = true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ADIS16470::~ADIS16470()
|
ADIS16470::~ADIS16470()
|
||||||
|
|||||||
Reference in New Issue
Block a user