doc/main/pupdevices/motor: Fix center example.

This fixes the include for the centering example to link it to the correct source file.

Fixes: https://github.com/pybricks/support/issues/734#issuecomment-1272329217
This commit is contained in:
David Lechner
2022-10-10 09:20:00 +02:00
committed by laurensvalk
parent e1be50181a
commit 96be47f21b
+1 -1
View File
@@ -163,7 +163,7 @@ Centering a steering mechanism
*******************************************************
.. literalinclude::
../../../examples/pup/motor/motor_until_stalled.py
../../../examples/pup/motor/motor_until_stalled_center.py
Parallel movement examples