Azteeg X3 Pro Pin fix ups
This commit is contained in:
parent
f5dad8ade2
commit
b6f2bff461
|
@ -82,11 +82,11 @@
|
||||||
#undef SERVO3_PIN
|
#undef SERVO3_PIN
|
||||||
|
|
||||||
#ifdef NUM_SERVOS
|
#ifdef NUM_SERVOS
|
||||||
#define SERVO0_PIN -1
|
#define SERVO0_PIN 47
|
||||||
#if NUM_SERVOS > 1
|
#if NUM_SERVOS > 1
|
||||||
#define SERVO1_PIN -1
|
#define SERVO1_PIN -1
|
||||||
#if NUM_SERVOS > 2
|
#if NUM_SERVOS > 2
|
||||||
#define SERVO2_PIN 47
|
#define SERVO2_PIN -1
|
||||||
#if NUM_SERVOS > 3
|
#if NUM_SERVOS > 3
|
||||||
#define SERVO3_PIN -1
|
#define SERVO3_PIN -1
|
||||||
#endif
|
#endif
|
||||||
|
@ -112,7 +112,9 @@
|
||||||
#define SDCARDDETECT 49
|
#define SDCARDDETECT 49
|
||||||
|
|
||||||
#define KILL_PIN 31
|
#define KILL_PIN 31
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifdef TEMP_STAT_LEDS
|
||||||
#define STAT_LED_RED 32
|
#define STAT_LED_RED 32
|
||||||
#define STAT_LED_BLUE 35
|
#define STAT_LED_BLUE 35
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue