From 620cba2be2d47f8bb22716f8a12f0dc8a1758c27 Mon Sep 17 00:00:00 2001 From: Greg Kaiser Date: Tue, 11 Oct 2016 20:37:05 -0700 Subject: CHRE API: Fix typo in documentation We documented CHRE_EVENT_SENSOR_SAMPLING_CHANGE as having a non-existent struct for its event. We fix the typo to reference the actual struct. Bug: 32019282 Change-Id: Ibad2c2daac6e2b9567b79e69c6bc4e1786f1536c --- inc/chre_sensor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc') diff --git a/inc/chre_sensor.h b/inc/chre_sensor.h index 4e4cf43d..eafedd96 100644 --- a/inc/chre_sensor.h +++ b/inc/chre_sensor.h @@ -239,7 +239,7 @@ extern "C" { (CHRE_EVENT_SENSOR_FIRST_EVENT + 0x0100) /** - * nanoappHandleEvent argument: struct chreSensorSamplingChangeEvent + * nanoappHandleEvent argument: struct chreSensorSamplingStatusEvent * * Indicates that the interval and/or the latency which this sensor is * sampling at has changed. -- cgit v1.2.3