Skip to content

Commit

Permalink
Aem Egt: save one byte per channel
Browse files Browse the repository at this point in the history
  • Loading branch information
dron0gus committed Mar 17, 2024
1 parent 00507f0 commit ae6716d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion firmware/controllers/sensors/impl/AemXSeriesEgt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
3 changes: 0 additions & 3 deletions firmware/controllers/sensors/impl/AemXSeriesEgt.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,4 @@ class AemXSeriesEgt final : public CanSensorBase {

protected:
void decodeFrame(const CANRxFrame& frame, efitick_t nowNt) override;

private:
const uint8_t m_sensorIndex;
};

0 comments on commit ae6716d

Please sign in to comment.