From 9d3bca73d4fa4cf5543c68902dfc6e589c7d7bb2 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 16 Apr 2016 15:45:58 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9291 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/rt/include/chsystypes.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'os/rt') 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. */ /*===========================================================================*/ -- cgit v1.2.3