docs
This commit is contained in:
parent
a6e8e857af
commit
a0d3ed28ea
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue