Skip to content

Commit 78bfb7a

Browse files
JakubVanekdlech
authored andcommitted
sensors: hide last value of the COL-CAL mode
It seems that this value is always zero - it is not even shown in the test calibration application on the stock firmware. Signed-off-by: Jakub Vanek <linuxtardis@gmail.com>
1 parent a722a27 commit 78bfb7a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sensors/ev3_uart_sensor_defs.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ const struct ev3_uart_sensor_info ev3_uart_sensor_defs[] = {
190190
*/
191191
.name = "COL-CAL",
192192
.data_sets = 4,
193+
.num_values = 3,
193194
.data_type = LEGO_SENSOR_DATA_S32,
194195
},
195196
},

0 commit comments

Comments
 (0)