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:
Alberto Escolar Piedras 2019-01-26 09:23:05 +01:00 committed by Anas Nashif
commit f7b0398e7e

View file

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