Cleanup of comments & spacing

This commit is contained in:
Scott Lahteine
2015-06-27 19:20:32 -07:00
committed by Richard Wackerbarth
parent 9682ed455e
commit 42465ee444
4 changed files with 48 additions and 51 deletions

View File

@@ -50,17 +50,14 @@
#ifdef NUM_SERVOS
#define SERVO0_PIN -1
#if NUM_SERVOS > 1
#define SERVO1_PIN -1
#endif
#if NUM_SERVOS > 2
#define SERVO2_PIN -1
#endif
#if NUM_SERVOS > 3
#define SERVO3_PIN -1
#if NUM_SERVOS > 2
#define SERVO2_PIN -1
#if NUM_SERVOS > 3
#define SERVO3_PIN -1
#endif
#endif
#endif
#endif