Skip to content
Snippets Groups Projects
Commit 115abf9c authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Fix syntax error in front of `tmc_axes`

parent 07809138
No related branches found
No related tags found
No related merge requests found
......@@ -256,6 +256,7 @@ void _tmc_say_axis(const TMC_AxisEnum axis) {
#endif
#endif
#endif
;
static const char* const tmc_axes[] PROGMEM = {
ext_X, ext_Y, ext_Z
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment