Improved STMicro L64XX stepper driver support (#16452)

This commit is contained in:
Bob Kuhn
2020-01-13 18:47:30 -06:00
committed by Scott Lahteine
parent 53f1e5ff5b
commit 1ad53cee1f
315 changed files with 8582 additions and 5343 deletions

View File

@@ -32,8 +32,8 @@
#include "../../inc/MarlinConfig.h"
#if HAS_DRIVER(L6470)
#include "L6470.h"
#if HAS_L64XX
#include "L64xx.h"
#endif
#if HAS_DRIVER(TMC26X)