add plain_fsm app in the 'applications' section of .app.src
plain_fsm must be started prior to hanoidb
This commit is contained in:
parent
bac8a8620f
commit
7595560572
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@
|
|||
{registered, []},
|
||||
{applications, [
|
||||
kernel,
|
||||
stdlib
|
||||
stdlib,
|
||||
plain_fsm
|
||||
]},
|
||||
{mod, {hanoidb_app, []}},
|
||||
{env, []}
|
||||
|
|
Loading…
Reference in a new issue