summaryrefslogtreecommitdiffstats
path: root/aries/libsensors/BoschYamaha.h
diff options
context:
space:
mode:
Diffstat (limited to 'aries/libsensors/BoschYamaha.h')
-rw-r--r--aries/libsensors/BoschYamaha.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/aries/libsensors/BoschYamaha.h b/aries/libsensors/BoschYamaha.h
index 728e0eb..52af86b 100644
--- a/aries/libsensors/BoschYamaha.h
+++ b/aries/libsensors/BoschYamaha.h
@@ -64,7 +64,8 @@ private:
float accelLastRead[3];
float compassLastRead[3];
int compassDataReady;
- int accelDataReady;
+ int accelDataReady;
+ int counterAccel;
uint32_t mPendingMask;
InputEventCircularReader mInputReaderMagnetic;
InputEventCircularReader mInputReaderAccel;