Add TMC driver HW serial defines (#17909)

This commit is contained in:
Jason Smith
2020-05-07 23:15:12 -07:00
committed by GitHub
parent c262b9c5a3
commit a2153c15ee
5 changed files with 25 additions and 11 deletions

View File

@ -1549,6 +1549,9 @@
#define HAS_E_STEPPER_ENABLE 1
#endif
#if ANY_AXIS_HAS(HW_SERIAL)
#define HAS_TMC_HW_SERIAL 1
#endif
#if ANY_AXIS_HAS(SW_SERIAL)
#define HAS_TMC_SW_SERIAL 1
#endif