Skip to content

Commit 309f30f

Browse files
committed
Fix comment about MotorControlXX.rxe
1 parent b1c5d6f commit 309f30f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

examples/motcont.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
66
https://github.com/schodet/MotorControl
77
8-
Build it and install it with nxc.
8+
Build it and install it with nxc, or upload the precompiled version (MotorControl22.rxe
9+
file).
910
"""
1011
import time
1112

nxt/motcont.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def start(self, version=22):
180180
:param int version: Version to start, default to 22 (version 2.2).
181181
182182
It needs to already be present on the brick's flash and named
183-
``MotorControlXX.rxc``, where `XX` is the version number passed as the version
183+
``MotorControlXX.rxe``, where `XX` is the version number passed as the version
184184
argument.
185185
"""
186186
try:

0 commit comments

Comments
 (0)