summaryrefslogtreecommitdiffhomepage
path: root/digital/beacon/src/network.c
diff options
context:
space:
mode:
authorFlorent Duchon2012-04-04 00:05:59 +0200
committerFlorent Duchon2012-04-04 00:05:59 +0200
commit720037c9a21a15910266fad2650fc446faa6ed58 (patch)
tree842fb5920e16b0efcf0e375ba3d06d9a3d289fa9 /digital/beacon/src/network.c
parente64f5c70e7553d2d37572f3efc766b13ce8a14b9 (diff)
digital/beacon: compilation warnings cleaning
Diffstat (limited to 'digital/beacon/src/network.c')
-rw-r--r--digital/beacon/src/network.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/digital/beacon/src/network.c b/digital/beacon/src/network.c
index 8e0fbaa0..4247304f 100644
--- a/digital/beacon/src/network.c
+++ b/digital/beacon/src/network.c
@@ -245,12 +245,12 @@ void send_data(uint8_t type, uint8_t data)
APS_DataReq(&config);
}
-void send_angle(int angle_degree)
-{
+// void send_angle(int angle_degree)
+// {
// zigbit_tx_buffer.message.data[0]=0x43;
// zigbit_tx_buffer.message.data[1]=beacon_id;
// zigbit_tx_buffer.message.data[2]=angle_degree;
-}
+// }