aboutsummaryrefslogtreecommitdiffstats
path: root/doc/timeslot-fsm.dot
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-06-16 16:08:55 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2018-07-28 12:18:23 +0200
commit3b5de1b6684f3a166bb4666ffabd31d6b29c0175 (patch)
tree32caf212194f30fc274374d8d0e254d430e770cf /doc/timeslot-fsm.dot
parent431e085736ba958c5b69c87e401c67f0b322189d (diff)
doc: update/fix FSM charts
These reflect the plan for refactoring, and will be implemented by I82e3f918295daa83274a4cf803f046979f284366 and Id7a4407d9b63be05ce63f5f2768b7d7e3d5c86fb Change-Id: I29e31b753e23a4207662e0e385a337e7df836f45
Diffstat (limited to 'doc/timeslot-fsm.dot')
-rw-r--r--doc/timeslot-fsm.dot5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/timeslot-fsm.dot b/doc/timeslot-fsm.dot
index 79e56c95f..95a4e1f43 100644
--- a/doc/timeslot-fsm.dot
+++ b/doc/timeslot-fsm.dot
@@ -1,10 +1,11 @@
digraph G {
-rankdir=TB;
+rankdir=TB
+labelloc=t; label="Timeslot FSM"
invisible [style="invisible"]
invisible2 [style="invisible"]
NOT_INITIALIZED
- lchan [label="lchan FSM",shape=box3d];
+ lchan [label="lchan FSM",shape=box3d]
UNUSED
IN_USE
BORKEN