Skip to content

Commit f7b0398

Browse files
aescolarnashif
authored andcommitted
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 <[email protected]>
1 parent 0d744c9 commit f7b0398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/posix/nrf52_bsim/Kconfig.defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if LOG
2626
config LOG_BACKEND_NATIVE_POSIX
2727
default y if !SERIAL
2828

29-
# For native_posix we can log immediately without any problem
29+
# For this board we can log immediately without any problem
3030
# Doing so will be nicer for debugging
3131
config LOG_INPLACE_PROCESS
3232
default y

0 commit comments

Comments
 (0)