mirror of
https://github.com/grblHAL/core.git
synced 2026-02-06 00:52:35 +08:00
Added optional HAL entry point for stepper motor enumeration, improved optional driver support files.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user