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.
Dependents: FreeMASTER_HelloWorld FreeMASTER_HelloWorld2 FreeMASTER_HelloWorld3
Fork of freemaster_lib by
Diff: freemaster_tsa.h
- Revision:
- 18:28874b4ebc97
- Parent:
- 16:be9b137b888c
- Child:
- 20:355a9738a180
--- a/freemaster_tsa.h Wed Sep 10 16:04:07 2014 +0000
+++ b/freemaster_tsa.h Tue Sep 16 08:51:31 2014 +0000
@@ -213,20 +213,20 @@
*//*! @addtogroup fmstr_tsa_types
* @{
*******************************************************************************/
-#define FMSTR_TSA_UINT8 "\xE0" \\\ Unsigned Int8 type
-#define FMSTR_TSA_UINT16 "\xE1" \\\ Unsigned Int16 type
-#define FMSTR_TSA_UINT32 "\xE2" \\\ Unsigned Int32 type
-#define FMSTR_TSA_UINT64 "\xE3" \\\ Unsigned Int64 type
-#define FMSTR_TSA_SINT8 "\xF0" \\\ Signed Int8 type
-#define FMSTR_TSA_SINT16 "\xF1" \\\ Signed Int16 type
-#define FMSTR_TSA_SINT32 "\xF2" \\\ Signed Int32 type
-#define FMSTR_TSA_SINT64 "\xF3" \\\ Signed Int64 type
-#define FMSTR_TSA_UFRAC16 "\xE5" \\\ Unsigned Fractional 16 type
-#define FMSTR_TSA_UFRAC32 "\xE6" \\\ Unsigned Fractional 32 type
-#define FMSTR_TSA_FRAC16 "\xF5" \\\ Signed Fractional 16 type
-#define FMSTR_TSA_FRAC32 "\xF6" \\\ Signed Fractional 32 type
-#define FMSTR_TSA_FLOAT "\xFA" \\\ Float type
-#define FMSTR_TSA_DOUBLE "\xFB" \\\ Double type
+#define FMSTR_TSA_UINT8 "\xE0" /// Unsigned Int8 type
+#define FMSTR_TSA_UINT16 "\xE1" /// Unsigned Int16 type
+#define FMSTR_TSA_UINT32 "\xE2" /// Unsigned Int32 type
+#define FMSTR_TSA_UINT64 "\xE3" /// Unsigned Int64 type
+#define FMSTR_TSA_SINT8 "\xF0" /// Signed Int8 type
+#define FMSTR_TSA_SINT16 "\xF1" /// Signed Int16 type
+#define FMSTR_TSA_SINT32 "\xF2" /// Signed Int32 type
+#define FMSTR_TSA_SINT64 "\xF3" /// Signed Int64 type
+#define FMSTR_TSA_UFRAC16 "\xE5" /// Unsigned Fractional 16 type
+#define FMSTR_TSA_UFRAC32 "\xE6" /// Unsigned Fractional 32 type
+#define FMSTR_TSA_FRAC16 "\xF5" /// Signed Fractional 16 type
+#define FMSTR_TSA_FRAC32 "\xF6" /// Signed Fractional 32 type
+#define FMSTR_TSA_FLOAT "\xFA" /// Float type
+#define FMSTR_TSA_DOUBLE "\xFB" /// Double type
/*! @} End of fmstr_tsa_types */
/* macro used to describe "User Type" */
#define FMSTR_TSA_USERTYPE(type) #type
