init.h: Fix english in comment
Minor fix to broken english in a comment. Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
This commit is contained in:
parent
8356045633
commit
f816c39300
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@ extern "C" {
|
||||||
#define _SYS_INIT_LEVEL_APPLICATION 3
|
#define _SYS_INIT_LEVEL_APPLICATION 3
|
||||||
|
|
||||||
|
|
||||||
/* Counter use to avoid issues if two or more system devices are declared
|
/* A counter is used to avoid issues when two or more system devices
|
||||||
* in the same C file with the same init function
|
* are declared in the same C file with the same init function.
|
||||||
*/
|
*/
|
||||||
#define _SYS_NAME(init_fn) _CONCAT(_CONCAT(sys_init_, init_fn), __COUNTER__)
|
#define _SYS_NAME(init_fn) _CONCAT(_CONCAT(sys_init_, init_fn), __COUNTER__)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue