observe fixes

Dependencies:   nsdl_lib Nanostack_lib

Fork of mbedEndpointNetwork by Michael Koster

Files at this revision

API Documentation at this revision

Comitter:
ansond
Date:
Tue Feb 24 02:05:24 2015 +0000
Parent:
5:7357d1fef397
Child:
7:0e80a25afabc
Commit message:
added additional 802.15.4 configuration support

Changed in this revision

mesh_nework/AtmelRFDriverLib/driverRFPhy.c Show annotated file Show diff for this revision Revisions of this file
--- a/mesh_nework/AtmelRFDriverLib/driverRFPhy.c	Fri Feb 06 20:30:18 2015 +0000
+++ b/mesh_nework/AtmelRFDriverLib/driverRFPhy.c	Tue Feb 24 02:05:24 2015 +0000
@@ -21,8 +21,10 @@
 /*ACK wait duration changes depending on data rate*/
 static uint16_t rf_ack_wait_duration = RF_ACK_WAIT_TIMEOUT;
 
+// TUNABLES
+extern uint8_t rf_channel;
+
 static uint8_t radio_tx_power = 0x07;
-static uint8_t rf_channel;
 static uint8_t rf_tuned = 1;
 static uint8_t radio_rpc_value = 0xef;
 static uint8_t rf_use_front_end = 0;