aboutsummaryrefslogtreecommitdiffstats
path: root/os/nil/include/ch.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/nil/include/ch.h')
-rw-r--r--os/nil/include/ch.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/os/nil/include/ch.h b/os/nil/include/ch.h
index 31ec8bfe3..dc8dac6f0 100644
--- a/os/nil/include/ch.h
+++ b/os/nil/include/ch.h
@@ -618,6 +618,11 @@ struct nil_system {
#endif
/**
+ * @brief Utility to make the parameter a quoted string.
+ */
+#define __CH_STRINGIFY(a) #a
+
+/**
* @name Threads tables definition macros
* @{
*/