Commit c58bcaae authored by Federico Vaga's avatar Federico Vaga

drv: fix identity calibration temperature

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 403e2111
......@@ -21,7 +21,7 @@ module_param_named(calib_s, fa_calib_period_s, int, 0444);
static const struct fa_calib_stanza fa_identity_calib = {
.offset = { 0, },
.gain = {0x8000, 0x8000, 0x8000, 0x8000},
.temperature = 50 * 100, /* 50 celsius degrees */
.temperature = 50 * 1000, /* 50 celsius degrees */
};
/* Max difference from identity thing */
......
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