Fix PLR/M43 warnings (#14333)

This commit is contained in:
Tanguy Pruvot
2019-06-22 07:48:47 +02:00
committed by Scott Lahteine
parent 9c83135d40
commit be69ec5b32
3 changed files with 4 additions and 4 deletions

View File

@ -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)