🩹 Fix missing HAS_DUAL_Y_STEPPERS (#27024)

Co-authored-by: ellensp <530024+ellensp@users.noreply.github.com>
This commit is contained in:
Keith Bennett 2024-05-06 15:46:41 -07:00 committed by GitHub
parent 5b0c818522
commit 18288ceadc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -456,6 +456,7 @@
#endif
#ifdef Y2_DRIVER_TYPE
#define HAS_Y2_STEPPER 1
#define HAS_DUAL_Y_STEPPERS 1
#endif
/**