tests: drivers: adc_accuracy #156449
Annotations
1 error, 1 warning, and 2 notices
Run Compliance Tests
Process completed with exit code 1.
|
check-warns:
ClangFormat.txt#L1
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#clang-format for more details.
You may want to run clang-format on this change:
- .buffer = &sample_buffer,
+ .buffer = &sample_buffer,
File:tests/drivers/adc/adc_accuracy_test/src/ref_volt.c
Line:22
You may want to run clang-format on this change:
- "Value %d mV read from ADC does not match expected range (%d mV).",
- sample_buffer, REF_V);
+ "Value %d mV read from ADC does not match expected range (%d mV).",
+ sample_buffer, REF_V);
File:tests/drivers/adc/adc_accuracy_test/src/ref_volt.c
Line:39
|
Run Compliance Tests:
tests/drivers/adc/adc_accuracy_test/src/ref_volt.c#L22
tests/drivers/adc/adc_accuracy_test/src/ref_volt.c:22
- .buffer = &sample_buffer,
+ .buffer = &sample_buffer,
|
Run Compliance Tests:
tests/drivers/adc/adc_accuracy_test/src/ref_volt.c#L39
tests/drivers/adc/adc_accuracy_test/src/ref_volt.c:39
- "Value %d mV read from ADC does not match expected range (%d mV).",
- sample_buffer, REF_V);
+ "Value %d mV read from ADC does not match expected range (%d mV).",
+ sample_buffer, REF_V);
|
Loading