summaryrefslogtreecommitdiff
path: root/digital/beacon/src/network_specific.h
diff options
context:
space:
mode:
authorFlorent Duchon2013-04-23 17:06:29 +0200
committerFlorent Duchon2013-04-23 17:16:20 +0200
commit6a2f7833c18dab2dea4892de15f10d5e5247ec0c (patch)
tree34f5c32dda4f4060fab735546a2806ebc9126fdf /digital/beacon/src/network_specific.h
parent44502c75ede8482460d4e964d86c16572f894eca (diff)
digital/beacon: rework of zigbit network stack
Diffstat (limited to 'digital/beacon/src/network_specific.h')
-rw-r--r--digital/beacon/src/network_specific.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/digital/beacon/src/network_specific.h b/digital/beacon/src/network_specific.h
index 00e0fccc..c4cef1cb 100644
--- a/digital/beacon/src/network_specific.h
+++ b/digital/beacon/src/network_specific.h
@@ -38,7 +38,4 @@ void network_specific_DataIndicationcallback(APS_DataInd_t* indData);
/* Specific callback after data packet sent */
void network_specific_DataConfcallback(void);
-/* This function must be used to send data through zigbee network */
-void network_send_data(TMessage_type type, uint16_t data);
-
#endif