diff options
Diffstat (limited to 'binding/iiodevices-binding.c')
-rw-r--r-- | binding/iiodevices-binding.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/binding/iiodevices-binding.c b/binding/iiodevices-binding.c index 516b172..000191e 100644 --- a/binding/iiodevices-binding.c +++ b/binding/iiodevices-binding.c @@ -77,8 +77,8 @@ static struct client_sub * last_client = NULL; /* Static definition of supported iiodevices */ static struct iio_info iio_infos[] = { { "16-001d", "acceleration", "accel"}, - { "16-001d", "gyroscope", "magn"}, - { "16-006b", "compass", "anglvel"}, + { "16-001d", "gyroscope", "anglvel"}, + { "16-006b", "compass", "magn"}, { "asm330lhh_accel", "acceleration", "accel"}, { "asm330lhh_gyro", "gyroscope", "anglvel"}, }; |