CDMS code for testing sbc

Dependencies:   FreescaleIAP SimpleDMA mbed-rtos mbed

Fork of CDMS_CODE by shubham c

Revision:
106:cd10ac5ad10e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/common_functions.h	Wed Feb 03 11:23:26 2016 +0000
@@ -0,0 +1,8 @@
+#define get_call_sign(tm_ptr) {\
+    Base_tm* call_sign_tm = new Short_tm;\
+    call_sign_tm->next_TM = NULL;\
+    tm_ptr = call_sign_tm;\
+    for( int i = 0 ; i < TM_SHORT_SIZE ; ++i ){\
+        call_sign_tm->TM_string[i] = gCALL_SIGN_STRING[i];\
+    }\
+}
\ No newline at end of file