Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: FreescaleIAP SimpleDMA mbed-rtos mbed
Fork of CDMS_CODE by
Diff: common_functions.h
- 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
