Fix servo count define conflict

`MAX_SERVOS` => `NUM_SERVO_PLUGS`
This commit is contained in:
Scott Lahteine
2018-09-11 16:20:12 -05:00
parent 06949ae510
commit 8584d3697d
3 changed files with 6 additions and 6 deletions

View File

@ -627,8 +627,8 @@
#define MAX_EXTRUDERS 5
#endif
#ifndef MAX_SERVOS
#define MAX_SERVOS 4
#ifndef NUM_SERVO_PLUGS
#define NUM_SERVO_PLUGS 4
#endif
//