0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-03-15 10:46:18 +00:00

Fix KILL_PIN assignment for MKS_MINI_12864

According to #13397
This commit is contained in:
Scott Lahteine 2019-03-15 19:17:09 -05:00
parent 3a916b4ef2
commit ad8b82d054

View file

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