Skip to content

Commit 2416baf

Browse files
committed
There is some "micro" word (e.g. section6), maybe "macro"?
1 parent 829ea92 commit 2416baf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

documentation/coding_style_en.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ example:
8383
typedef struct rt_timer* rt_timer_t;
8484

8585

86-
6. Micros
86+
6. Macros
8787

88-
In RT-Thread, please use upper-case names for micro definitions. Words are
88+
In RT-Thread, please use upper-case names for macro definitions. Words are
8989
connected by "_". Like:
9090

9191
#define RT_TRUE 1
@@ -178,7 +178,7 @@ It is not recommended to use rt_kprintf frequently. Unless you are aware of that
178178
it's not a big deal to run slower.
179179

180180
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
181+
variable or a macro). When logging, it should be easy to understand and easy to
182182
determine where the problem is.
183183

184184

0 commit comments

Comments
 (0)