XBeeLib modificado para projeto do VSSS

Dependencies:   DigiLogger

Fork of XBeeLib by Digi International Inc.

Revision:
4:629712865107
Parent:
3:8662ebe83570
--- a/FrameHandlers/FH_ModemStatus.h	Mon May 18 13:16:55 2015 +0200
+++ b/FrameHandlers/FH_ModemStatus.h	Mon Jun 01 18:59:43 2015 +0200
@@ -32,14 +32,12 @@
         virtual ~FH_ModemStatus();
 
          /** Method called by the stack to process the modem status frame data
-                
+
              \param frame pointer pointing to api frame that must be processed */
         virtual void process_frame_data(const ApiFrame *const frame);
-        
-        /**  */
+
         virtual void register_modem_status_cb(modem_status_cb_t function);
 
-        /**  */
         virtual void unregister_modem_status_cb(void);
 };