bootloader not well? temporary bad workaround #1638

This commit is contained in:
rusefi 2020-07-25 19:14:09 -04:00
parent a81a5e3c04
commit f42e08c8e5
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) { void OutputPin::setValue(int logicValue) {
#if ENABLE_PERF_TRACE #if ENABLE_PERF_TRACE
ScopePerf perf(PE::OutputPinSetValue); // todo: https://github.com/rusefi/rusefi/issues/1638
// ScopePerf perf(PE::OutputPinSetValue);
#endif // ENABLE_PERF_TRACE #endif // ENABLE_PERF_TRACE
#if EFI_PROD_CODE #if EFI_PROD_CODE