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:
Alberto Escolar Piedras 2023-12-05 17:09:20 +01:00 committed by Fabio Baltieri
parent 8358cdd697
commit 8add7cb62f
1 changed files with 2 additions and 2 deletions

View File

@ -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,