Keep "astyled" elements in stepper_indirection.*

This commit is contained in:
Scott Lahteine
2015-10-02 23:14:19 -07:00
parent 38f626d7a2
commit 9cb7f3fafd
2 changed files with 415 additions and 417 deletions

View File

@@ -60,8 +60,7 @@
#endif
#if ENABLED(HAVE_TMCDRIVER)
void tmc_init()
{
void tmc_init() {
#if ENABLED(X_IS_TMC)
stepperX.setMicrosteps(X_MICROSTEPS);
stepperX.start();
@@ -147,8 +146,7 @@ void tmc_init()
// init routine
#if ENABLED(HAVE_L6470DRIVER)
void L6470_init()
{
void L6470_init() {
#if ENABLED(X_IS_L6470)
stepperX.init(X_K_VAL);
stepperX.softFree();