diff options
author | Steve Kondik <steve@cyngn.com> | 2015-12-08 03:28:20 -0800 |
---|---|---|
committer | Steve Kondik <steve@cyngn.com> | 2015-12-08 03:28:20 -0800 |
commit | c20f2cc6ed871459a6e0b4ebbeaeffb7675290b3 (patch) | |
tree | 6f4b15fceaefeb5a24fc139326fa587127b0a769 /include | |
parent | e79d278402c4cd4b36ad27ae164ac8d10e899c76 (diff) | |
parent | 1ce7fe6b0a887edc6fad8e3386ab8e28a5f0d107 (diff) | |
download | hardware_libhardware-c20f2cc6ed871459a6e0b4ebbeaeffb7675290b3.zip hardware_libhardware-c20f2cc6ed871459a6e0b4ebbeaeffb7675290b3.tar.gz hardware_libhardware-c20f2cc6ed871459a6e0b4ebbeaeffb7675290b3.tar.bz2 |
Merge tag 'android-6.0.1_r3' of https://android.googlesource.com/platform/hardware/libhardware into HEAD
Android 6.0.1 release 3
Change-Id: I8d2fae05954594f003fc2506fc123147e70c3602
Diffstat (limited to 'include')
-rw-r--r-- | include/hardware/sensors.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hardware/sensors.h b/include/hardware/sensors.h index 3f45fb9..51bffe1 100644 --- a/include/hardware/sensors.h +++ b/include/hardware/sensors.h @@ -147,7 +147,7 @@ enum { * Counter sensors can be set with this flag and SensorService will inject accelerometer data * and read the corresponding step counts. */ - SENSOR_FLAG_SUPPORTS_DATA_INJECTION = 0x10 // 1000 + SENSOR_FLAG_SUPPORTS_DATA_INJECTION = 0x10 // 1 0000 }; /* |