fixed dps310 calibration coeffecient for c11

This commit is contained in:
Jacob Dahl
2020-10-09 14:23:13 -08:00
committed by Daniel Agar
parent 508c09d610
commit 92a9278a6a
+1 -1
View File
@@ -135,7 +135,7 @@ DPS310::reset()
getTwosComplement(_calibration.c01, 16);
// 0x1A c11 [15:8] + 0x1B c11 [7:0]
_calibration.c11 = ((uint32_t)coef[8] << 8) | (uint32_t)coef[9];
_calibration.c11 = ((uint32_t)coef[10] << 8) | (uint32_t)coef[11];
getTwosComplement(_calibration.c11, 16);
// 0x1C c20 [15:8] + 0x1D c20 [7:0]