BigW Consortium Gitlab

Commit 8fb60ecb by David Clark

Fixed for xp85 build

parent 691ff6c8
...@@ -70,6 +70,7 @@ static const char * const iio_chan_type_name_spec[] = { ...@@ -70,6 +70,7 @@ static const char * const iio_chan_type_name_spec[] = {
[IIO_CCT] = "cct", [IIO_CCT] = "cct",
[IIO_PRESSURE] = "pressure", [IIO_PRESSURE] = "pressure",
[IIO_HUMIDITYRELATIVE] = "humidityrelative", [IIO_HUMIDITYRELATIVE] = "humidityrelative",
#ifdef CONFIG_IIO_CHAN_TYPE_EXTENSIONS
[IIO_ACTIVITY] = "activity", [IIO_ACTIVITY] = "activity",
[IIO_STEPS] = "steps", [IIO_STEPS] = "steps",
[IIO_ENERGY] = "energy", [IIO_ENERGY] = "energy",
...@@ -83,6 +84,7 @@ static const char * const iio_chan_type_name_spec[] = { ...@@ -83,6 +84,7 @@ static const char * const iio_chan_type_name_spec[] = {
[IIO_COUNT] = "count", [IIO_COUNT] = "count",
[IIO_INDEX] = "index", [IIO_INDEX] = "index",
[IIO_GRAVITY] = "gravity", [IIO_GRAVITY] = "gravity",
#endif /* CONFIG_IIO_CHAN_TYPE_EXTENSIONS */
}; };
static const char * const iio_modifier_names[] = { static const char * const iio_modifier_names[] = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment