From 115abf9c534004a962a100c48bd1c0da8be78f48 Mon Sep 17 00:00:00 2001
From: Scott Lahteine <github@thinkyhead.com>
Date: Mon, 17 Sep 2018 01:10:14 -0500
Subject: [PATCH] Fix syntax error in front of `tmc_axes`

---
 Marlin/src/feature/tmc_util.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Marlin/src/feature/tmc_util.cpp b/Marlin/src/feature/tmc_util.cpp
index c005650b6d..05e18fd8d4 100644
--- a/Marlin/src/feature/tmc_util.cpp
+++ b/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
-- 
GitLab