aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Phytron.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Phytron.py b/Phytron.py
index 66aedc6..3d87726 100644
--- a/Phytron.py
+++ b/Phytron.py
@@ -61,7 +61,7 @@ class Axis:
def halt(self):
pass
- def break(self):
+ def stop(self):
pass
def setRunCurrent(self, current):