Reworked BLE according to v0.11 of the KTag Beacon Specification #2
1 changed files with 5 additions and 4 deletions
|
@ -48,10 +48,11 @@ static const char *KLOG_TAG = "STATE_CONFIGURING";
|
|||
|
||||
//! Activities for the **Configuring** state.
|
||||
const StateActivity_T STATE_CONFIGURING_Activities =
|
||||
{
|
||||
{
|
||||
.Entry = Configuring_Entry,
|
||||
.Do = Configuring_Do,
|
||||
.Exit = Configuring_Exit};
|
||||
.Exit = Configuring_Exit
|
||||
};
|
||||
|
||||
//! Sets up the Configuring state.
|
||||
/*!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue