Aem Egt: save one byte per channel

This commit is contained in:
Andrey Gusakov 2024-03-17 16:26:37 +03:00 committed by rusefillc
parent c6ee2607ce
commit 2caccacf18
2 changed files with 0 additions and 4 deletions

View File

@ -12,7 +12,6 @@ AemXSeriesEgt::AemXSeriesEgt(uint8_t sensorIndex, SensorType type)
type,
MS2NT(3 * AEM_EGT_DEFAULT_PERIOD_MS) // sensor transmits at 10hz, allow a frame to be missed
)
, m_sensorIndex(sensorIndex)
{
// nope
}

View File

@ -8,7 +8,4 @@ public:
protected:
void decodeFrame(const CANRxFrame& frame, efitick_t nowNt) override;
private:
const uint8_t m_sensorIndex;
};