1
0
mirror of https://github.com/esphome/esphome.git synced 2025-02-21 20:38:16 +00:00

Fix files CI after merging (#3175)

This commit is contained in:
Jesse Hills 2022-02-09 08:04:44 +13:00 committed by GitHub
parent 9826726a72
commit 88d72f8c9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ template<typename T, unsigned B> inline T signextend(const T x) {
return s.x = x;
}
// Map the gain register to in uV/LSB
const float gain_to_lsb(MAX9611Multiplexer gain) {
float gain_to_lsb(MAX9611Multiplexer gain) {
float lsb = 0.0;
if (gain == MAX9611_MULTIPLEXER_CSA_GAIN1) {
lsb = 107.50;