Radio Structures in OOP

Dependencies:   mbed mbed-rtos

Revision:
6:4a3dbfbc30f1
Parent:
5:146523a0d1f4
--- a/modules/CommModule/CommModule.h	Wed Jan 14 17:46:44 2015 +0000
+++ b/modules/CommModule/CommModule.h	Thu Jan 15 07:15:33 2015 +0000
@@ -50,6 +50,7 @@
 
     void TxHandler(void(*)(RTP_t*), uint8_t);
     void RxHandler(void(*)(RTP_t*), uint8_t);
+    
     void RxHandler(void(*)(void), uint8_t);
 
     void openSocket(uint8_t);
@@ -61,7 +62,6 @@
 
     // Send a RTP packet. The details of exactly how the packet will be sent are determined from the RTP packet's port and subclass values
     void send(RTP_t&);
-
     void receive(RTP_t&);
     
     //osThreadId rxID(void);