forked from Archive/PX4-Autopilot
Gyro sim: do not spam output
This commit is contained in:
parent
5432d7a246
commit
a3e15e161c
|
@ -1010,7 +1010,7 @@ void
|
||||||
GYROSIM::_measure()
|
GYROSIM::_measure()
|
||||||
{
|
{
|
||||||
|
|
||||||
#if 1
|
#if 0
|
||||||
static int x = 0;
|
static int x = 0;
|
||||||
|
|
||||||
// Verify the samples are being taken at the expected rate
|
// Verify the samples are being taken at the expected rate
|
||||||
|
|
Loading…
Reference in New Issue