nrf52_bsim: Fix copy pasted comment
A comment which had been copied straight from the native_posix board refered to the nrf52_bsim board as native_posix, which it is not, and may confuse users. Fix it. Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com>
This commit is contained in:
parent
0d744c9a08
commit
f7b0398e7e
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ if LOG
|
|||
config LOG_BACKEND_NATIVE_POSIX
|
||||
default y if !SERIAL
|
||||
|
||||
# For native_posix we can log immediately without any problem
|
||||
# For this board we can log immediately without any problem
|
||||
# Doing so will be nicer for debugging
|
||||
config LOG_INPLACE_PROCESS
|
||||
default y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue