We need a code formatter.
This commit is contained in:
parent
eaef8247e5
commit
ba23026d13
1 changed files with 5 additions and 4 deletions
|
@ -51,7 +51,8 @@ const StateActivity_T STATE_CONFIGURING_Activities =
|
||||||
{
|
{
|
||||||
.Entry = Configuring_Entry,
|
.Entry = Configuring_Entry,
|
||||||
.Do = Configuring_Do,
|
.Do = Configuring_Do,
|
||||||
.Exit = Configuring_Exit};
|
.Exit = Configuring_Exit
|
||||||
|
};
|
||||||
|
|
||||||
//! Sets up the Configuring state.
|
//! Sets up the Configuring state.
|
||||||
/*!
|
/*!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue