diff options
author | Mathias Agopian <mathias@google.com> | 2013-07-08 22:34:54 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2013-07-08 22:34:55 +0000 |
commit | cf90bad477055fb4f1ff34c0883d744a3dfe94a1 (patch) | |
tree | be779da9933046dae290a858e4eae2df9761b225 /include | |
parent | fee2b463c5fbe8fa0132d03634ccc02ea55c1505 (diff) | |
parent | 7438fd1a0132bc6de101e2a5f75040a119b6f29b (diff) | |
download | frameworks_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.h | 1 |
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; |