# HG changeset patch
# User Florian Pose <fp@igh-essen.com>
# Date 1203438679 0
# Node ID 262acb953f013683707affe8e37237b54798e2a6
# Parent  f1c8a12919bcb08cd7a0ee771ac6b79dd2e6f44f
Corrected state names.

diff -r f1c8a12919bc -r 262acb953f01 documentation/graphs/fsm_pdo_mapping.dot
--- a/documentation/graphs/fsm_pdo_mapping.dot	Tue Feb 19 16:29:31 2008 +0000
+++ b/documentation/graphs/fsm_pdo_mapping.dot	Tue Feb 19 16:31:19 2008 +0000
@@ -6,14 +6,14 @@
     center=1
 	ratio=fill
 
-    next [shape=point,label=""]
+    next_sync [shape=point,label=""]
 
-    start -> next [label="First SM"]
-    next -> end [label="No more SMs"]
-    next -> zero_count [label="Next SM"]
-    zero_count -> next [label="No Pdos"]
+    start -> next_sync [label="First SM"]
+    next_sync -> end [label="No more SMs"]
+    next_sync -> zero_count [label="Next SM"]
+    zero_count -> next_sync [label="No Pdos"]
     zero_count -> add_pdo [label="Map first Pdo", weight=5]
     add_pdo -> add_pdo [label="Map next Pdo"]
-    add_pdo -> set_count [label="No more Pdos", weight=5]
-    set_count -> next
+    add_pdo -> pdo_count [label="No more Pdos", weight=5]
+    pdo_count -> next_sync
 }