summaryrefslogtreecommitdiffhomepage
path: root/digital/avr/modules/path/path.txt
diff options
context:
space:
mode:
Diffstat (limited to 'digital/avr/modules/path/path.txt')
-rw-r--r--digital/avr/modules/path/path.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/digital/avr/modules/path/path.txt b/digital/avr/modules/path/path.txt
index 0d87f3d6..5c779e23 100644
--- a/digital/avr/modules/path/path.txt
+++ b/digital/avr/modules/path/path.txt
@@ -25,8 +25,8 @@ radius) using ``path_init``.
You can place obstacles using the ``path_obstacle`` function. Give it the
obstacle index, its position and radius, and its life time. Use a life time
-of 0xffff for infinite duration. Call ``path_decay`` regularly to make
-obstacles disappear after the given delay.
+of PATH_OBSTACLE_VALID_ALWAYS for infinite duration. Call ``path_decay``
+regularly to make obstacles disappear after the given delay.
You can also set the source and destination position using the
``path_endpoints`` function.