Merge branch 'master' of https://github.com/rusefi/rusefi
This commit is contained in:
commit
4410a3ab86
|
@ -398,7 +398,9 @@ extern int vvtEventRiseCounter;
|
||||||
extern int vvtEventFallCounter;
|
extern int vvtEventFallCounter;
|
||||||
|
|
||||||
void resetMaxValues() {
|
void resetMaxValues() {
|
||||||
|
#if (EFI_PROD_CODE || EFI_SIMULATOR) || defined(__DOXYGEN__)
|
||||||
maxEventQueueTime = triggerMaxDuration = 0;
|
maxEventQueueTime = triggerMaxDuration = 0;
|
||||||
|
#endif /* EFI_PROD_CODE || EFI_SIMULATOR */
|
||||||
}
|
}
|
||||||
|
|
||||||
void triggerInfo(void) {
|
void triggerInfo(void) {
|
||||||
|
|
Loading…
Reference in New Issue