Split up stepper indirection (#15111)

This commit is contained in:
Scott Lahteine 2019-08-31 19:44:45 -05:00 committed by GitHub
parent 87b16ed5f6
commit 586b334c2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
29 changed files with 1391 additions and 1088 deletions

View file

@ -112,7 +112,7 @@
#endif
#if HAS_TRINAMIC
#include "stepper_indirection.h"
#include "stepper/indirection.h"
#include "../feature/tmc_util.h"
#endif