Browse Source

Fix syntax error in front of `tmc_axes`

pull/1/head
Scott Lahteine 6 years ago
parent
commit
115abf9c53
  1. 1
      Marlin/src/feature/tmc_util.cpp

1
Marlin/src/feature/tmc_util.cpp

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

Loading…
Cancel
Save