]> git.itanic.dy.fi Git - BME280_driver/commit
tempd: Use uncached data on retry
authorTimo Kokkonen <timo.t.kokkonen@iki.fi>
Wed, 21 Apr 2021 17:37:05 +0000 (20:37 +0300)
committerTimo Kokkonen <timo.t.kokkonen@iki.fi>
Wed, 21 Apr 2021 17:37:05 +0000 (20:37 +0300)
commit78de439c4c70b6340dab0865e3697fd9a9c9242e
treeffb15b4b9673560c7594811a6ea64547dcb701c6
parent5aa275bcc5aedd3b3aedf218cd4ddb8048673f07
tempd: Use uncached data on retry

If data read is retried due to error 85, we must read an uncached
value to prevent pulling the same error back from the cache.

Signed-off-by: Timo Kokkonen <timo.t.kokkonen@iki.fi>
tempd.c