Commit dd9bb0b8 authored by Federico Vaga's avatar Federico Vaga

Merge branch 'release/v5.0.2'

parents b9c93121 858677a1
...@@ -6,7 +6,13 @@ ...@@ -6,7 +6,13 @@
Changelog Changelog
========= =========
5.0.0 - 2021-06-11 5.0.2 - 2021-07-03
==================
Fixed
-----
- sw: calibration value for ADC were not applied correctly
5.0.1 - 2021-06-11
================== ==================
Fixed Fixed
----- -----
......
...@@ -166,7 +166,7 @@ void fa_calib_adc_config_chan(struct fa_dev *fa, unsigned int chan, ...@@ -166,7 +166,7 @@ void fa_calib_adc_config_chan(struct fa_dev *fa, unsigned int chan,
int32_t temperature, unsigned int flags) int32_t temperature, unsigned int flags)
{ {
int range = fa->range[chan]; int range = fa->range[chan];
struct fa_calib_stanza *cal = &fa->calib.dac[range]; struct fa_calib_stanza *cal = &fa->calib.adc[range];
int gain; int gain;
if (fa_calib_is_compensation_on(fa)) { if (fa_calib_is_compensation_on(fa)) {
......
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