Skip to content

Commit d2d0ab6

Browse files
Damian-Nordicnordicjm
authored andcommitted
net: openthread: enable NEWLIB_LIBC_NANO only if NEWLIB_LIBC
Without this change, NEWLIB_LIBC_NANO gets selected even when building OpenThread application with PICOLIBC. Signed-off-by: Damian Krolik <[email protected]>
1 parent 2ca7c35 commit d2d0ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/net/openthread/Kconfig.defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ choice LIBC_IMPLEMENTATION
3535
endchoice
3636

3737
config NEWLIB_LIBC_NANO
38-
default y
38+
default y if NEWLIB_LIBC
3939

4040
config NUM_METAIRQ_PRIORITIES
4141
default 1

0 commit comments

Comments
 (0)