aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt/include/chsystypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/rt/include/chsystypes.h')
-rw-r--r--os/rt/include/chsystypes.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/os/rt/include/chsystypes.h b/os/rt/include/chsystypes.h
index 50d963f95..527ff2e8b 100644
--- a/os/rt/include/chsystypes.h
+++ b/os/rt/include/chsystypes.h
@@ -115,6 +115,11 @@ typedef struct ch_system ch_system_t;
/* Module macros. */
/*===========================================================================*/
+/**
+ * @brief Utility to make the parameter a quoted string.
+ */
+#define __CH_STRINGIFY(a) #a
+
/*===========================================================================*/
/* External declarations. */
/*===========================================================================*/