Browse Source

Require newest TMCStepper

Scott Lahteine 5 years ago
parent
commit
bd2b44c4ed
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/src/module/stepper/trinamic.h

+ 2
- 2
Marlin/src/module/stepper/trinamic.h View File

@@ -27,8 +27,8 @@
27 27
  */
28 28
 
29 29
 #include <TMCStepper.h>
30
-#if TMCSTEPPER_VERSION < 0x000405
31
-  #error "Update TMCStepper library to 0.4.5 or newer."
30
+#if TMCSTEPPER_VERSION < 0x000500
31
+  #error "Update TMCStepper library to 0.5.0 or newer."
32 32
 #endif
33 33
 
34 34
 #include "../../inc/MarlinConfig.h"

Loading…
Cancel
Save