From f42e08c8e532b14c709e7cc17da7476af2e3e0d4 Mon Sep 17 00:00:00 2001 From: rusefi Date: Sat, 25 Jul 2020 19:14:09 -0400 Subject: [PATCH] bootloader not well? temporary bad workaround #1638 --- firmware/controllers/system/efi_gpio.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/firmware/controllers/system/efi_gpio.cpp b/firmware/controllers/system/efi_gpio.cpp index ef657b40db..4a24fce5c6 100644 --- a/firmware/controllers/system/efi_gpio.cpp +++ b/firmware/controllers/system/efi_gpio.cpp @@ -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