Skip to content

Commit

Permalink
sensor: fix typo in sensor.h
Browse files Browse the repository at this point in the history
Change-Id: I3610d4dcd38d38af6ce546f9340a811b733c5ffb
Signed-off-by: Bogdan Davidoaia <bogdan.davidoaia@linaro.org>
  • Loading branch information
bogdan-davidoaia authored and Anas Nashif committed Feb 15, 2017
1 parent c999015 commit cdf754f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/sensor.h
Original file line number Diff line number Diff line change
Expand Up @@ -226,15 +226,15 @@ typedef int (*sensor_trigger_set_t)(struct device *dev,
* @typedef sensor_sample_fetch_t
* @brief Callback API for fetching data from a sensor
*
* See sensor_sample_fetch() for argument descriptor
* See sensor_sample_fetch() for argument description
*/
typedef int (*sensor_sample_fetch_t)(struct device *dev,
enum sensor_channel chan);
/**
* @typedef sensor_channel_get_t
* @brief Callback API for getting a reading from a sensor
*
* See sensor_channel_get() for argument descriptor
* See sensor_channel_get() for argument description
*/
typedef int (*sensor_channel_get_t)(struct device *dev,
enum sensor_channel chan,
Expand Down

0 comments on commit cdf754f

Please sign in to comment.