progress
This commit is contained in:
parent
ed0e5e2aac
commit
1ee95abde8
|
@ -247,6 +247,7 @@ void hwHandleShaftSignal(trigger_event_e signal, efitick_t timestamp) {
|
|||
}
|
||||
}
|
||||
|
||||
#if EFI_TOOTH_LOGGER
|
||||
if (logLogicState) {
|
||||
LogTriggerTooth(signal, timestamp PASS_ENGINE_PARAMETER_SUFFIX);
|
||||
if (signal == SHAFT_PRIMARY_RISING) {
|
||||
|
@ -255,6 +256,7 @@ void hwHandleShaftSignal(trigger_event_e signal, efitick_t timestamp) {
|
|||
LogTriggerTooth(SHAFT_SECONDARY_FALLING, timestamp PASS_ENGINE_PARAMETER_SUFFIX);
|
||||
}
|
||||
}
|
||||
#endif /* EFI_TOOTH_LOGGER */
|
||||
|
||||
uint32_t triggerHandlerEntryTime = getTimeNowLowerNt();
|
||||
if (triggerReentraint > maxTriggerReentraint)
|
||||
|
|
|
@ -64,10 +64,10 @@
|
|||
<tr>
|
||||
<th class="tg-cly1"><a href="https://github.com/rusefi/rusefi">Github</a></th>
|
||||
<th class="tg-cly1"><a href="https://rusefi.com/forum">Forum</a></th>
|
||||
<th class="tg-cly1"><a href="https://github.com/rusefi/rusefi_documentation/wiki/Hardware">Hardware</a></th>
|
||||
<th class="tg-cly1"><a href="https://rusefi.com/wiki">Wiki</a></th>
|
||||
<th class="tg-cly1"><a href="https://github.com/rusefi/rusefi_documentation/wiki/Overview">Overview</a></th>
|
||||
<th class="tg-cly1"><a href="https://github.com/rusefi/rusefi_documentation/wiki/Download">DOWNLOAD</a></th>
|
||||
<th class="tg-cly1"><a href="https://github.com/rusefi/rusefi/wiki/Hardware">Hardware</a></th>
|
||||
<th class="tg-cly1"><a href="https://github.com/rusefi/rusefi/wiki">Wiki</a></th>
|
||||
<th class="tg-cly1"><a href="https://github.com/rusefi/rusefi/wiki/Overview">Overview</a></th>
|
||||
<th class="tg-cly1"><a href="https://github.com/rusefi/rusefi/wiki/Download">DOWNLOAD</a></th>
|
||||
<th class="tg-cly1"><a href="/shop" style="color:fe6700;">Shop</a></th>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -137,7 +137,7 @@ Modern 32 bit chips are a game changer for Do-It-Yourself Engine Management - EC
|
|||
<div class="carousel-caption">
|
||||
|
||||
<p style="color:fe6700">
|
||||
Let machines assemble compact & reliable <a style="color:fe6700" href="https://github.com/rusefi/rusefi_documentation/wiki/Hardware">Hardware</a> so that
|
||||
Let machines assemble compact & reliable <a style="color:fe6700" href="https://github.com/rusefi/rusefi/wiki/Hardware">Hardware</a> so that
|
||||
we can focus on advanced open source engine control!
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue