File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -97,13 +97,13 @@ static const struct iio_scan_type ad7380_scan_type_14[] = {
97
97
.sign = 's' ,
98
98
.realbits = 14 ,
99
99
.storagebits = 16 ,
100
- .endianness = IIO_CPU
100
+ .endianness = IIO_CPU ,
101
101
},
102
102
[AD7380_SCAN_TYPE_RESOLUTION_BOOST ] = {
103
103
.sign = 's' ,
104
104
.realbits = 16 ,
105
105
.storagebits = 16 ,
106
- .endianness = IIO_CPU
106
+ .endianness = IIO_CPU ,
107
107
},
108
108
};
109
109
@@ -113,13 +113,13 @@ static const struct iio_scan_type ad7380_scan_type_16[] = {
113
113
.sign = 's' ,
114
114
.realbits = 16 ,
115
115
.storagebits = 16 ,
116
- .endianness = IIO_CPU
116
+ .endianness = IIO_CPU ,
117
117
},
118
118
[AD7380_SCAN_TYPE_RESOLUTION_BOOST ] = {
119
119
.sign = 's' ,
120
120
.realbits = 18 ,
121
121
.storagebits = 32 ,
122
- .endianness = IIO_CPU
122
+ .endianness = IIO_CPU ,
123
123
},
124
124
};
125
125
You can’t perform that action at this time.
0 commit comments