Skip to content

Commit 8add7cb

Browse files
aescolarfabiobaltieri
authored andcommitted
soc/posix posix_native_task: Replace native_posix in description
Replace native_posix in the NATIVE_TASK description. Signed-off-by: Alberto Escolar Piedras <[email protected]>
1 parent 8358cdd commit 8add7cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

soc/posix/inf_clock/posix_native_task.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ extern "C" {
1616
/**
1717
* NATIVE_TASK
1818
*
19-
* For native_posix, register a function to be called at particular moments
20-
* during the native_posix execution.
19+
* For native targets (POSIX arch based), register a function to be called at particular moments
20+
* during the native target execution.
2121
*
2222
* There is 5 choices for when the function will be called (level):
2323
* * PRE_BOOT_1: Will be called before the command line parameters are parsed,

0 commit comments

Comments
 (0)