distortos  v0.7.0
object-oriented C++ RTOS for microcontrollers
STRINGIFY.h
Go to the documentation of this file.
1 
12 #ifndef INCLUDE_DISTORTOS_STRINGIFY_H_
13 #define INCLUDE_DISTORTOS_STRINGIFY_H_
14 
21 #define STRINGIFY_IMPLEMENTATION(a) #a
22 
29 #define STRINGIFY(a) STRINGIFY_IMPLEMENTATION(a)
30 
31 #endif /* INCLUDE_DISTORTOS_STRINGIFY_H_ */