everybody is pulldown (#3131)

This commit is contained in:
Matthew Kennedy 2021-08-14 06:34:13 -07:00 committed by GitHub
parent 3f3587ad8d
commit 29407db1a3
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@
*/
#define EFI_PIN_MODE_DEFAULT PIN_MODE_INPUT
#ifndef EFI_DR_DEFAULT
#define EFI_DR_DEFAULT PIN_PUPDR_PULLUP
#define EFI_DR_DEFAULT PIN_PUPDR_PULLDOWN
#endif
// See https://github.com/rusefi/rusefi/issues/397

View File

@ -40,7 +40,7 @@
*/
#define EFI_PIN_MODE_DEFAULT PIN_MODE_INPUT
#ifndef EFI_DR_DEFAULT
#define EFI_DR_DEFAULT PIN_PUPDR_FLOATING
#define EFI_DR_DEFAULT PIN_PUPDR_PULLDOWN
#endif
// See https://github.com/rusefi/rusefi/issues/397