soc/posix posix_native_task: Replace native_posix in description
Replace native_posix in the NATIVE_TASK description. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
8358cdd697
commit
8add7cb62f
|
@ -16,8 +16,8 @@ extern "C" {
|
||||||
/**
|
/**
|
||||||
* NATIVE_TASK
|
* NATIVE_TASK
|
||||||
*
|
*
|
||||||
* For native_posix, register a function to be called at particular moments
|
* For native targets (POSIX arch based), register a function to be called at particular moments
|
||||||
* during the native_posix execution.
|
* during the native target execution.
|
||||||
*
|
*
|
||||||
* There is 5 choices for when the function will be called (level):
|
* There is 5 choices for when the function will be called (level):
|
||||||
* * PRE_BOOT_1: Will be called before the command line parameters are parsed,
|
* * PRE_BOOT_1: Will be called before the command line parameters are parsed,
|
||||||
|
|
Loading…
Reference in New Issue