mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-22 09:42:34 +00:00
Fix pin assignment to KILL_PIN in MKS_MINI_12864 (#13397)
This commit is contained in:
parent
9180235ad2
commit
cc6d7812c9
1 changed files with 1 additions and 1 deletions
|
@ -509,7 +509,7 @@
|
|||
#define BTN_ENC 35
|
||||
|
||||
#define SD_DETECT_PIN 49
|
||||
#define KILL_PIN 64
|
||||
#define KILL_PIN 41
|
||||
|
||||
#elif ENABLED(MINIPANEL)
|
||||
|
||||
|
|
Loading…
Reference in a new issue