Skip to content
Snippets Groups Projects
Commit 405a2132 authored by GMagician's avatar GMagician
Browse files

#7529 compile fix

I made an error in previous fix
parent 869d7f37
Branches
Tags
Loading
...@@ -376,7 +376,7 @@ ...@@ -376,7 +376,7 @@
#define NUM_SERVOS (Z_ENDSTOP_SERVO_NR + 1) #define NUM_SERVOS (Z_ENDSTOP_SERVO_NR + 1)
#endif #endif
#undef DEACTIVATE_SERVOS_AFTER_MOVE #undef DEACTIVATE_SERVOS_AFTER_MOVE
#if NUM_SERVOS = 1 #if NUM_SERVOS == 1
#undef SERVO_DELAY #undef SERVO_DELAY
#define SERVO_DELAY { 50 } #define SERVO_DELAY { 50 }
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment