Skip to content

Commit ec95ecf

Browse files
authored
Merge pull request michaelliao#79 from timgates42/bugfix_typo_vertical
docs: fix simple typo, verticle -> vertical
2 parents 71f47bb + b8a97b6 commit ec95ecf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/micropython/rccar/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def joystickLoop(robot, eventFile):
6161
return robot.inactive()
6262
elif t == 3:
6363
if c == 1:
64-
# Left stick & verticle:
64+
# Left stick & vertical:
6565
speed = 0
6666
if v < 32768:
6767
# up:

0 commit comments

Comments
 (0)