summaryrefslogtreecommitdiffhomepage
path: root/digital/avr/modules/path/path.txt
diff options
context:
space:
mode:
authorNicolas Schodet2009-08-18 01:54:51 +0200
committerNicolas Schodet2009-08-18 01:54:51 +0200
commit1145f47faf3c4841c89446e6730ecea2eea4c290 (patch)
treef0cff1ff9545baaed2608807f31b19dd5346ae52 /digital/avr/modules/path/path.txt
parenta86c3ca8c5f5d7c2e4df0c7fb7ef306f868abf02 (diff)
* digital/avr/modules/path:
- use define instead of 0xffff for infinite validity.
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.