Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
jserot committed Nov 14, 2023
1 parent 550f68c commit a67c830
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 32 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
RFSM is a framework for describing, simulating and generating code from _reactive finite state
machines_. A reactive finite state machine is a finite state machine (FSM) for which transitions
between states are always triggered by a single _event_. When the triggering event occurs
a set of boolean expressions, called _guards_, may also be used to decide whether the transition
a set of boolean expressions, called _guards_, may be used to decide whether the transition
is taken or not and _actions_, such as updating an output or local variable or emitting an event, can
also be performed.

Expand Down
31 changes: 0 additions & 31 deletions doc/code/gensig/c/gensig.c

This file was deleted.

0 comments on commit a67c830

Please sign in to comment.