🎨 Update MKSPWC, some other pins (#22557)
This commit is contained in:
committed by
Scott Lahteine
parent
e62486a610
commit
eb0d80cb19
@ -3475,6 +3475,13 @@ static_assert( _ARR_TEST(3,0) && _ARR_TEST(3,1) && _ARR_TEST(3,2)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Validate MKS_PWC
|
||||
*/
|
||||
#if ENABLED(MKS_PWC) && PSU_ACTIVE_STATE != HIGH
|
||||
#error "MKS_PWC requires PSU_ACTIVE_STATE to be set HIGH."
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Ensure this option is set intentionally
|
||||
*/
|
||||
|
Reference in New Issue
Block a user