From 38743a41bdc8a432fd2374ea14b1463b3fdf0577 Mon Sep 17 00:00:00 2001 From: Florian Pose Date: Tue, 9 Aug 2011 01:33:22 +0200 Subject: [PATCH] Updated master fsm graph. --- documentation/graphs/fsm_master.dot | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/documentation/graphs/fsm_master.dot b/documentation/graphs/fsm_master.dot index b22fac6d..0d6224c7 100644 --- a/documentation/graphs/fsm_master.dot +++ b/documentation/graphs/fsm_master.dot @@ -1,5 +1,5 @@ -/* $Id$ */ +/* $Id: fsm_master.dot,v df2b21f15939 2010/05/02 06:03:05 fp $ */ digraph master { size="7,9" @@ -51,6 +51,12 @@ digraph master { scan_slave -> write_system_times write_system_times -> start + write_system_times -> dc_read_offset + + dc_read_offset -> write_system_times + dc_read_offset -> dc_write_offset + + dc_write_offset -> write_system_times configure_slave -> action_next_slave_state