Dummy program to demonstrate problems: working code

Dependencies:   SLCD mbed-rtos mbed

Fork of MNG_TC by Shreesha S

Revision:
3:eec1097c0dd6
Parent:
2:994e741028c7
Child:
4:f95195748a0c
--- a/MNG_TC.h	Thu Jun 11 11:20:12 2015 +0000
+++ b/MNG_TC.h	Wed Jun 24 05:59:14 2015 +0000
@@ -15,9 +15,6 @@
 // add number of tm packets while calling snd 
 // function overloading z
 
-
-Serial PC(USBTX, USBRX);
-
 // starting value of packet sequence count at each pass 
 #define PSC_START_VALUE 1
 
@@ -37,26 +34,9 @@
 #define TC_SHORT_SIZE 11
 #define TC_LONG_SIZE 135
 
-// size of TM - in bytes
-#define TM_SHORT_SIZE 13
-#define TM_TYPE1_SIZE 134
-
 // TMID list
 #define TMID_ACK_L1 10
 
-#include "Structures.h"
-#include "SND_TM.h"
-
-//typedef struct TM_list{
-//
-//   unsigned char *TM_string;
-////    bool short_or_long; // true for short
-////NOT REQUIRED SINCE A TMID IS EITHER SHORT OR LONG
-//   unsigned char tmid;
-//
-//   struct TM_list *next_TM;
-//}TM_List;
-
 namespace MNG_TC
 {
 
@@ -440,4 +420,4 @@
             }
         } 
     }
-}
\ No newline at end of file
+}