bootloader not well? temporary bad workaround #1638

This commit is contained in:
rusefi 2020-07-25 19:14:09 -04:00
parent fafed690e8
commit 6d34b22d8f
1 changed files with 2 additions and 1 deletions

View File

@ -324,7 +324,8 @@ bool OutputPin::getAndSet(int logicValue) {
void OutputPin::setValue(int logicValue) {
#if ENABLE_PERF_TRACE
ScopePerf perf(PE::OutputPinSetValue);
// todo: https://github.com/rusefi/rusefi/issues/1638
// ScopePerf perf(PE::OutputPinSetValue);
#endif // ENABLE_PERF_TRACE
#if EFI_PROD_CODE