Added optional HAL entry point for stepper motor enumeration, improved optional driver support files.

This commit is contained in:
Terje Io
2021-08-08 12:47:41 +02:00
parent 2068165e62
commit 6c0bd647a5
10 changed files with 123 additions and 14 deletions

View File

@@ -23,11 +23,6 @@
along with Grbl. If not, see <http://www.gnu.org/licenses/>.
*/
#if PLASMA_ENABLE
extern void plasma_init (void);
plasma_init();
#endif
#if TRINAMIC_ENABLE
extern bool trinamic_init (void);
trinamic_init();