Fix syntax error in front of tmc_axes
This commit is contained in:
parent
0780913848
commit
115abf9c53
1 changed files with 1 additions and 0 deletions
|
@ -256,6 +256,7 @@ void _tmc_say_axis(const TMC_AxisEnum axis) {
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
;
|
||||||
|
|
||||||
static const char* const tmc_axes[] PROGMEM = {
|
static const char* const tmc_axes[] PROGMEM = {
|
||||||
ext_X, ext_Y, ext_Z
|
ext_X, ext_Y, ext_Z
|
||||||
|
|
Reference in a new issue