everybody is pulldown (#3131)
This commit is contained in:
parent
a4a6f251ed
commit
d9adba2024
|
@ -38,7 +38,7 @@
|
||||||
*/
|
*/
|
||||||
#define EFI_PIN_MODE_DEFAULT PIN_MODE_INPUT
|
#define EFI_PIN_MODE_DEFAULT PIN_MODE_INPUT
|
||||||
#ifndef EFI_DR_DEFAULT
|
#ifndef EFI_DR_DEFAULT
|
||||||
#define EFI_DR_DEFAULT PIN_PUPDR_PULLUP
|
#define EFI_DR_DEFAULT PIN_PUPDR_PULLDOWN
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// See https://github.com/rusefi/rusefi/issues/397
|
// See https://github.com/rusefi/rusefi/issues/397
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
*/
|
*/
|
||||||
#define EFI_PIN_MODE_DEFAULT PIN_MODE_INPUT
|
#define EFI_PIN_MODE_DEFAULT PIN_MODE_INPUT
|
||||||
#ifndef EFI_DR_DEFAULT
|
#ifndef EFI_DR_DEFAULT
|
||||||
#define EFI_DR_DEFAULT PIN_PUPDR_FLOATING
|
#define EFI_DR_DEFAULT PIN_PUPDR_PULLDOWN
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// See https://github.com/rusefi/rusefi/issues/397
|
// See https://github.com/rusefi/rusefi/issues/397
|
||||||
|
|
Loading…
Reference in New Issue