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
diff -r 2ee1b6d51df2 -r 8662ebe83570 FrameBuffer/FrameBuffer.cpp
--- a/FrameBuffer/FrameBuffer.cpp	Thu May 14 16:21:39 2015 +0200
+++ b/FrameBuffer/FrameBuffer.cpp	Mon May 18 13:16:55 2015 +0200
@@ -126,6 +126,3 @@
 
     return dropped_frames;
 }
-
-
-