Formatting adjustments

This commit is contained in:
Scott Lahteine
2017-06-15 15:17:41 -05:00
parent 8d5a37fb3d
commit 428be27893
3 changed files with 13 additions and 13 deletions

View File

@ -296,7 +296,7 @@
stepper##A.setMicroSteps(A##_MICROSTEPS); \
stepper##A.setOverCurrent(A##_OVERCURRENT); \
stepper##A.setStallCurrent(A##_STALLCURRENT); \
} while(0)
}while(0)
void L6470_init() {
#if ENABLED(X_IS_L6470)