Fix syntax error in front of `tmc_axes`

2.0.x
Scott Lahteine 6 years ago
parent 0780913848
commit 115abf9c53

@ -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

Loading…
Cancel
Save