summaryrefslogtreecommitdiffhomepage
path: root/digital/beacon/src/network.c
diff options
context:
space:
mode:
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;
-}
+// }