"Move … code" followup (#20868)

Fix regression from #20832
This commit is contained in:
ellensp 2021-01-25 20:51:54 +13:00 committed by GitHub
parent d7ca3ea27c
commit 53035de136
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -953,7 +953,7 @@ void setup() {
#endif
#if HAS_SUICIDE
SETUP_LOG("SUICIDE_PIN")
SETUP_LOG("SUICIDE_PIN");
OUT_WRITE(SUICIDE_PIN, !SUICIDE_PIN_INVERTING);
#endif