encapsulation

Co-authored-by: rusefillc <sdfsdfqsf2334234234>
This commit is contained in:
rusefillc 2024-01-14 17:29:20 -05:00 committed by rusefillc
parent e88e044ca4
commit 64d6bc681a
2 changed files with 1 additions and 2 deletions

View File

@ -64,7 +64,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++) {

View File

@ -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);