🩹 Fix Simulator KILL pin overlap (#27668)

This commit is contained in:
ellensp 2025-03-21 15:44:43 +13:00 committed by GitHub
parent 2cf4d02a32
commit c29b44fcca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -730,5 +730,5 @@
#endif // HAS_WIRED_LCD
#ifndef KILL_PIN
#define KILL_PIN EXP2_08_PIN
#define KILL_PIN 11
#endif