Skip to content

Commit

Permalink
happy small-can-board
Browse files Browse the repository at this point in the history
  • Loading branch information
mck1117 committed Aug 29, 2024
1 parent c77f6fa commit f6d386a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions firmware/controllers/modules/map_averaging/map_averaging.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,11 @@ MapAverager& getMapAvg(size_t idx);

class MapAveragingModule : public EngineModule {
public:
#if EFI_MAP_AVERAGING
void onFastCallback() override;
void onEnginePhase(float rpm,
efitick_t edgeTimestamp,
float currentPhase,
float nextPhase) override;
#endif // EFI_MAP_AVERAGING
};

0 comments on commit f6d386a

Please sign in to comment.