summaryrefslogtreecommitdiffhomepage
path: root/digital/beacon/src/network.h
diff options
context:
space:
mode:
authorFlorent Duchon2012-05-11 00:13:32 +0200
committerFlorent Duchon2012-05-11 00:16:46 +0200
commit5602ec143eb0afedda7e0809ddbeca18552b7c69 (patch)
treede85112645609d22d86ef3f4ab754950cfdebd55 /digital/beacon/src/network.h
parent75b08e3bd6eb2ee22c318b5f60f557a92fb016e1 (diff)
digital/beacon: send angle in raw format instead of degree
Diffstat (limited to 'digital/beacon/src/network.h')
-rw-r--r--digital/beacon/src/network.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/digital/beacon/src/network.h b/digital/beacon/src/network.h
index a915000a..88c875f2 100644
--- a/digital/beacon/src/network.h
+++ b/digital/beacon/src/network.h
@@ -47,7 +47,7 @@ typedef enum
{
NETWORK_JACK_STATE,
NETWORK_OPPONENT_NUMBER,
- NETWORK_ANGLE_DEGREE
+ NETWORK_ANGLE_RAW
} TMessage_type;