summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2013-07-08 22:34:54 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-07-08 22:34:55 +0000
commitcf90bad477055fb4f1ff34c0883d744a3dfe94a1 (patch)
treebe779da9933046dae290a858e4eae2df9761b225 /include
parentfee2b463c5fbe8fa0132d03634ccc02ea55c1505 (diff)
parent7438fd1a0132bc6de101e2a5f75040a119b6f29b (diff)
downloadframeworks_native-cf90bad477055fb4f1ff34c0883d744a3dfe94a1.zip
frameworks_native-cf90bad477055fb4f1ff34c0883d744a3dfe94a1.tar.gz
frameworks_native-cf90bad477055fb4f1ff34c0883d744a3dfe94a1.tar.bz2
Merge "simplify some unnecessary complex code"
Diffstat (limited to 'include')
-rw-r--r--include/android/sensor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/android/sensor.h b/include/android/sensor.h
index f163f18..4683298 100644
--- a/include/android/sensor.h
+++ b/include/android/sensor.h
@@ -122,6 +122,7 @@ typedef struct ASensorEvent {
float distance;
float light;
float pressure;
+ float step_counter;
};
int32_t reserved1[4];
} ASensorEvent;