We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b56b6f4 commit 56e6de7Copy full SHA for 56e6de7
iio/iio.c
@@ -112,6 +112,7 @@ static const char * const iio_chan_type_string[] = {
112
[IIO_DELTA_ANGL] = "deltaangl",
113
[IIO_DELTA_VELOCITY] = "deltavelocity",
114
[IIO_WEIGHT] = "weight",
115
+ [IIO_POWER] = "power",
116
};
117
118
static const char * const iio_modifier_names[] = {
iio/iio_types.h
@@ -70,6 +70,7 @@ enum iio_chan_type {
70
IIO_DELTA_ANGL,
71
IIO_DELTA_VELOCITY,
72
IIO_WEIGHT,
73
+ IIO_POWER,
74
75
76
/**
0 commit comments