We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 829ea92 commit 2416bafCopy full SHA for 2416baf
documentation/coding_style_en.txt
@@ -83,9 +83,9 @@ example:
83
typedef struct rt_timer* rt_timer_t;
84
85
86
-6. Micros
+6. Macros
87
88
-In RT-Thread, please use upper-case names for micro definitions. Words are
+In RT-Thread, please use upper-case names for macro definitions. Words are
89
connected by "_". Like:
90
91
#define RT_TRUE 1
@@ -178,7 +178,7 @@ It is not recommended to use rt_kprintf frequently. Unless you are aware of that
178
it's not a big deal to run slower.
179
180
Logging should be off by default and can be turned on by a switch(e.g. a
181
-variable or a micro). When logging, it should be easy to understand and easy to
+variable or a macro). When logging, it should be easy to understand and easy to
182
determine where the problem is.
183
184
0 commit comments