🔧 Base NUM_SERVO_PLUGS on SERVO PINS (#26640)

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
ellensp
2024-01-10 10:19:47 +13:00
committed by GitHub
parent 477b70eccf
commit f6ecdae972
10 changed files with 70 additions and 33 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ inline void toggle_pins() {
inline void servo_probe_test() {
#if !(NUM_SERVOS > 0 && HAS_SERVO_0)
#if !HAS_SERVO_0
SERIAL_ERROR_MSG("SERVO not set up.");