mirror of
https://github.com/ArduPilot/ardupilot.git
synced 2026-02-06 20:57:43 +08:00
The polynomial calculation was using norm_resistance instead of rpoly for the higher-order terms, resulting in incorrect temperature values for sub-zero temperatures. This also fixes the clang -Wunused-but-set-variable warning.