Define servo pins just like other pins

This commit is contained in:
Scott Lahteine
2015-08-02 19:22:30 -07:00
committed by Richard Wackerbarth
parent 4b9d5cd352
commit 56702e7bb9
8 changed files with 21 additions and 83 deletions

View File

@@ -37,19 +37,6 @@
#define SLED_PIN -1
#endif
#if HAS_SERVOS
#define SERVO0_PIN -1
#if NUM_SERVOS > 1
#define SERVO1_PIN -1
#if NUM_SERVOS > 2
#define SERVO2_PIN -1
#if NUM_SERVOS > 3
#define SERVO3_PIN -1
#endif
#endif
#endif
#endif
#define PS_ON_PIN -1
#define KILL_PIN -1