Radio Structures in OOP

Dependencies:   mbed mbed-rtos

Revision:
4:989d51f3e6ef
Parent:
3:dc7e9c6bc26c
--- a/robot.h	Sat Jan 03 04:35:32 2015 +0000
+++ b/robot.h	Sat Jan 03 11:04:31 2015 +0000
@@ -175,7 +175,8 @@
 
 // Include the base classes for communication if a communication link is active
 #if RJ_PRIMARY_RADIO | RJ_SECONDARY_RADIO
-#include "Communication.h"
+#include "CommModule.h"
+#include "CommLink.h"
 #endif
 
 // Include the primary radio class if 915MHz band radio [if active]