summaryrefslogtreecommitdiffhomepage
path: root/digital/beacon/src/network.h
diff options
context:
space:
mode:
authorFlorent Duchon2012-05-16 17:00:33 +0200
committerFlorent Duchon2012-05-16 17:43:08 +0200
commit57e774eee922780d6a584be72a8984d2a3711987 (patch)
treeb53046df090ea83b5e24ff6ccadd8e89a903ccb7 /digital/beacon/src/network.h
parent0e853d3c6fe3a1701ca977dfa0f155e87b93a66c (diff)
digital/beacon: broadcast reset API
Diffstat (limited to 'digital/beacon/src/network.h')
-rw-r--r--digital/beacon/src/network.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/digital/beacon/src/network.h b/digital/beacon/src/network.h
index 88c875f2..a29a24d2 100644
--- a/digital/beacon/src/network.h
+++ b/digital/beacon/src/network.h
@@ -47,7 +47,8 @@ typedef enum
{
NETWORK_JACK_STATE,
NETWORK_OPPONENT_NUMBER,
- NETWORK_ANGLE_RAW
+ NETWORK_ANGLE_RAW,
+ NETWORK_RESET
} TMessage_type;