Protected pin err for M226

This commit is contained in:
Scott Lahteine
2018-06-10 17:45:39 -05:00
parent 4b90cd8ead
commit 968a5d2e63
5 changed files with 28 additions and 32 deletions

View File

@@ -219,6 +219,7 @@ extern millis_t max_inactive_time, stepper_inactive_time;
#endif
bool pin_is_protected(const pin_t pin);
void protected_pin_err();
#if HAS_SUICIDE
inline void suicide() { OUT_WRITE(SUICIDE_PIN, LOW); }