From 8420bc47360e1177c87d2685ce00e79eddd61efd Mon Sep 17 00:00:00 2001 From: Katrina Rogan Date: Thu, 22 Apr 2021 16:07:09 -0700 Subject: [PATCH] Add dynamic running state to node state machine (#929) Signed-off-by: Haytham Abuelfutuh --- rsts/dive_deep/state_machine.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rsts/dive_deep/state_machine.rst b/rsts/dive_deep/state_machine.rst index e04872db39..47457f4c15 100644 --- a/rsts/dive_deep/state_machine.rst +++ b/rsts/dive_deep/state_machine.rst @@ -36,7 +36,7 @@ The state machine specification for the illustration can be found `here `_ +The state machine specification for the illustration can be found `here `_ Task States ================