From 31bbea750246943709dcddf7665c88b0b19707d8 Mon Sep 17 00:00:00 2001 From: Stefan Tibus <38475243+stibus@users.noreply.github.com> Date: Wed, 13 Apr 2022 00:32:28 +0200 Subject: [PATCH] Remove declaration of unused `co2AvgExtra` --- lib/lib_i2c/FrogmoreScd40/FrogmoreScd40.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/lib_i2c/FrogmoreScd40/FrogmoreScd40.h b/lib/lib_i2c/FrogmoreScd40/FrogmoreScd40.h index 454c8ab5d..b03dcb9c1 100644 --- a/lib/lib_i2c/FrogmoreScd40/FrogmoreScd40.h +++ b/lib/lib_i2c/FrogmoreScd40/FrogmoreScd40.h @@ -96,7 +96,6 @@ class FrogmoreScd40 uint8_t duringMeasurement; uint8_t i2cAddress; TwoWire *pWire; - uint16_t co2AvgExtra; uint16_t co2History[SCD40_MEDIAN_FILTER_SIZE]; uint16_t co2EAverage; int8_t co2NewDataLocation; // location to put new CO2 data for median filter