From 6a2f7833c18dab2dea4892de15f10d5e5247ec0c Mon Sep 17 00:00:00 2001 From: Florent Duchon Date: Tue, 23 Apr 2013 17:06:29 +0200 Subject: digital/beacon: rework of zigbit network stack --- digital/beacon/src/network_specific.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'digital/beacon/src/network_specific.h') 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 -- cgit v1.2.3