From a0d3ed28ea9af22b01c2047600b3c126af2d8d97 Mon Sep 17 00:00:00 2001 From: rusefi Date: Fri, 11 Jan 2019 08:33:34 -0500 Subject: [PATCH] docs --- firmware/hw_layer/sensors/CJ125.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/hw_layer/sensors/CJ125.cpp b/firmware/hw_layer/sensors/CJ125.cpp index 343d3143f3..f4cfb67435 100644 --- a/firmware/hw_layer/sensors/CJ125.cpp +++ b/firmware/hw_layer/sensors/CJ125.cpp @@ -463,7 +463,7 @@ void cj125defaultPinout(DECLARE_ENGINE_PARAMETER_SIGNATURE) { static void cjStartSpi(DECLARE_ENGINE_PARAMETER_SIGNATURE) { cj125Cs.initPin("cj125 CS", CONFIGB(cj125CsPin), &engineConfiguration->cj125CsPinMode); - // Idle CS pin + // Idle CS pin - SPI CS is high when idle cj125Cs.setValue(true); #if EFI_PROD_CODE