POWER_LOSS_PIN for BTT SKR mini MZ / E3 2.0 (#20069)

This commit is contained in:
Alexander D. Kanevskiy 2020-11-08 10:20:07 +02:00 committed by Scott Lahteine
parent 841f0d5778
commit 7da62cc9f7

View File

@ -62,6 +62,13 @@
#define FIL_RUNOUT_PIN PC15 // "E0-STOP"
#endif
//
// Power-loss Detection
//
#ifndef POWER_LOSS_PIN
#define POWER_LOSS_PIN PC12 // Power Loss Detection: PWR-DET
#endif
//
// Steppers
//