Improve TMC config organization, naming

This commit is contained in:
Scott Lahteine 2018-03-13 02:09:27 -05:00
parent 17b4ba7c9c
commit 738a8495ad
42 changed files with 1366 additions and 1382 deletions

View file

@ -949,7 +949,7 @@ void Stepper::init() {
#endif
// Init TMC Steppers
#if ENABLED(HAVE_TMCDRIVER)
#if ENABLED(HAVE_TMC26X)
tmc_init();
#endif