Suspend Servos for STM32+NeoPixel (#19963)

This commit is contained in:
Jason Smith
2020-12-04 22:02:58 -08:00
committed by GitHub
parent 21ee7b1c86
commit 2c8f566231
5 changed files with 15 additions and 14 deletions

View File

@ -1997,6 +1997,9 @@
#if NUM_SERVOS > 0
#define HAS_SERVOS 1
#endif
#if HAS_SERVOS && defined(PAUSE_SERVO_OUTPUT) && defined(RESUME_SERVO_OUTPUT)
#define HAS_PAUSE_SERVO_OUTPUT 1
#endif
// Sensors
#if PIN_EXISTS(FILWIDTH)