bootloader not well? temporary bad workaround #1638
This commit is contained in:
parent
a81a5e3c04
commit
f42e08c8e5
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue