Digi XBeeLib fixed for NonCopyable issue

Dependents:   XBeeZB_Receive_Data

Fork of XBeeLib by Digi International Inc.

This lib fixes NonCopyable<T> issues of Digi XBeeLib. Also, lib has been reworked in order to make it RTOS-aware, overcoming several others issues due to stdio Mutex operations.

Revision:
3:8662ebe83570
Parent:
0:fcaad0dfa051
Child:
4:629712865107
--- a/FrameHandlers/FH_IoDataSample802.cpp	Thu May 14 16:21:39 2015 +0200
+++ b/FrameHandlers/FH_IoDataSample802.cpp	Mon May 18 13:16:55 2015 +0200
@@ -102,5 +102,3 @@
 
     io_data_cb(sender, ioSample);
 }
-
-