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 2fd1ff9 commit e4abb34Copy full SHA for e4abb34
tests/drivers/adc/adc_accuracy_test/src/ref_volt.c
@@ -20,6 +20,7 @@ static int test_ref_to_adc(void)
20
struct adc_sequence sequence = {
21
.buffer = &sample_buffer,
22
.buffer_size = sizeof(sample_buffer),
23
+ .calibrate = true,
24
};
25
26
const struct adc_dt_spec *adc_channel = get_adc_channel();
0 commit comments