Fix PLR/M43 warnings (#14333)
This commit is contained in:
committed by
Scott Lahteine
parent
9c83135d40
commit
be69ec5b32
@ -114,7 +114,7 @@ inline void servo_probe_test() {
|
||||
", stow angle: ", servo_angles[probe_index][1]
|
||||
);
|
||||
|
||||
bool deploy_state, stow_state;
|
||||
bool deploy_state = false, stow_state;
|
||||
|
||||
#if ENABLED(Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN)
|
||||
|
||||
|
Reference in New Issue
Block a user