Browse Source

Gyro sim: do not spam output

sbg
Lorenz Meier 9 years ago
parent
commit
a3e15e161c
  1. 2
      src/platforms/posix/drivers/gyrosim/gyrosim.cpp

2
src/platforms/posix/drivers/gyrosim/gyrosim.cpp

@ -1010,7 +1010,7 @@ void @@ -1010,7 +1010,7 @@ void
GYROSIM::_measure()
{
#if 1
#if 0
static int x = 0;
// Verify the samples are being taken at the expected rate

Loading…
Cancel
Save