Skip to content

Commit

Permalink
encapsulation?
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefillc committed Jan 8, 2024
1 parent e7eafba commit 2892bf1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ void turnInjectionPinLow(InjectionEvent *event) {
event->update();
}

void turnInjectionPinLowStage2(InjectionEvent* event) {
static void turnInjectionPinLowStage2(InjectionEvent* event) {
efitick_t nowNt = getTimeNowNt();

for (size_t i = 0; i < efi::size(event->outputsStage2); i++) {
Expand Down
1 change: 0 additions & 1 deletion firmware/controllers/engine_cycle/main_trigger_callback.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ void mainTriggerCallback(uint32_t trgEventIndex, efitick_t edgeTimestamp, angle_

void endSimultaneousInjection(InjectionEvent *event);
void turnInjectionPinLow(InjectionEvent *event);
void turnInjectionPinLowStage2(InjectionEvent* event);

0 comments on commit 2892bf1

Please sign in to comment.