Commit 6a269212 authored by Federico Vaga's avatar Federico Vaga

Merge branch 'release/v4.0.1'

parents 764f2799 4585a777
......@@ -6,6 +6,12 @@
Changelog
=========
4.0.1 - 2022-02-11
==================
Bugfix
------
- zero offset convertion from microVolts to fmc-adc-100m raw values
4.0.0 - 2021-09-10
==================
Added
......
......@@ -525,6 +525,7 @@ static int adc_100m14b4cha_config_chn(struct adc_dev *adc,
case __ADC_CONF_CHN_OFFSET_ZERO:
snprintf(path, sizeof(path), "cset%u/ch%u-offset-zero",
fa->cset, source);
*value = __offset_uv_to_raw(*value);
break;
case ADC_CONF_CHN_SATURATION:
snprintf(path, sizeof(path), "cset%u/ch%u-saturation",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment