Skip to content

Commit

Permalink
encapsulation
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefillc committed Jan 10, 2024
1 parent 71094bb commit 22b94be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion firmware/controllers/sensors/impl/software_knock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ void initSoftwareKnock() {
}
}

void processLastKnockEvent() {
static void processLastKnockEvent() {
if (!knockNeedsProcess) {
return;
}
Expand Down
1 change: 0 additions & 1 deletion firmware/controllers/sensors/impl/software_knock.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@

void initSoftwareKnock();
void knockSamplingCallback(uint8_t cylinderIndex, efitick_t nowNt);
void processLastKnockEvent();

0 comments on commit 22b94be

Please sign in to comment.