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:
2:2ee1b6d51df2
--- a/Utils/Utils.h	Thu May 14 16:21:39 2015 +0200
+++ b/Utils/Utils.h	Mon May 18 13:16:55 2015 +0200
@@ -34,5 +34,3 @@
 void rmemcpy(uint8_t * const dest, const uint8_t * const src, uint16_t bytes);
 
 #endif /* __XB_UTILS_H_ */
-
-