1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-26 13:25:54 +00:00

Fix pin assignment to KILL_PIN in MKS_MINI_12864 (#13397)

This commit is contained in:
mbm60 2019-03-16 03:45:03 +03:30 committed by Scott Lahteine
parent cd6e36b83e
commit 7f75af5a37

View File

@ -509,7 +509,7 @@
#define BTN_ENC 35 #define BTN_ENC 35
#define SD_DETECT_PIN 49 #define SD_DETECT_PIN 49
#define KILL_PIN 64 #define KILL_PIN 41
#elif ENABLED(MINIPANEL) #elif ENABLED(MINIPANEL)