sensor: hp206c: sensor does not support trigger
That option was not defined and the sensor does not have this feature, probably was part of some copy/paste mistake. Change-Id: Ib24d1f85cf90648b01fa81b285a1ec01fe28c545 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
c574dde9a5
commit
df60826037
1 changed files with 0 additions and 3 deletions
|
@ -276,9 +276,6 @@ static int hp206c_channel_get(struct device *dev,
|
||||||
|
|
||||||
static const struct sensor_driver_api hp206c_api = {
|
static const struct sensor_driver_api hp206c_api = {
|
||||||
.attr_set = hp206c_attr_set,
|
.attr_set = hp206c_attr_set,
|
||||||
#ifdef CONFIG_HP206C_TRIGGER
|
|
||||||
.trigger_set = hp206c_trigger_set,
|
|
||||||
#endif
|
|
||||||
.sample_fetch = hp206c_adc_aquire,
|
.sample_fetch = hp206c_adc_aquire,
|
||||||
.channel_get = hp206c_channel_get,
|
.channel_get = hp206c_channel_get,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue