summaryrefslogtreecommitdiff
path: root/digital/beacon/src/configuration.h
diff options
context:
space:
mode:
authorFlorent Duchon2012-04-22 22:34:17 +0200
committerFlorent Duchon2012-05-04 00:06:27 +0200
commit5b1422b28f7691ac8f2ff3f8b59479d95741426c (patch)
treea4e0cfcf4a73be54b9c3a7776fb452a9c54ca657 /digital/beacon/src/configuration.h
parentfeaad6be148dd94e6182bef52af8a2b52f0cc18a (diff)
digital/beacon: add APP_NETWORK_JOIN_REQUEST state
Diffstat (limited to 'digital/beacon/src/configuration.h')
-rw-r--r--digital/beacon/src/configuration.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/digital/beacon/src/configuration.h b/digital/beacon/src/configuration.h
index dc7c2eac..c3952758 100644
--- a/digital/beacon/src/configuration.h
+++ b/digital/beacon/src/configuration.h
@@ -342,6 +342,7 @@
typedef enum
{
APP_INITIAL_STATE, // Initial state
+ APP_NETWORK_JOIN_REQUEST,
APP_NETWORK_JOINING_STATE, // Attempting join the network
APP_NETWORK_JOINED_STATE, // Successfully joined
APP_NETWORK_LEAVING_STATE, // Leaving from the network