commit | a7bddddb1e1397708696def27143c4f730cd7b4e | [log] [tgz] |
---|---|---|
author | Petr Vilím <petr.vilim@proton.me> | Wed Apr 23 11:06:58 2025 +0200 |
committer | Benjamin Cabé <kartben@gmail.com> | Fri Apr 25 14:05:18 2025 +0200 |
tree | 4c1eabde30b13b83c00d5f511e9d4579d532f27d | |
parent | 7e1bc392256eaf3e185a9257f1240419cf446622 [diff] |
drivers: sensor: max31855: fixed sign bit positions MAX31855 driver had a wrong position of sign bits causing invalid reading of negative temperature values. Fixed by shifting position of sign bit by one bit. Signed-off-by: Petr Vilím <petr.vilim@proton.me>