Skip to content

Commit

Permalink
samples: net: syslog_net: add missing dep of net log backend
Browse files Browse the repository at this point in the history
The network log backend had the POSIX_C_LANG_SUPPORT_R
dependency added in a previous commit, but the dependency was
never added to the sample.

Add the dpeendency of LOG_BACKEND_NET to the
samples/net/syslog_net/prj.conf

Signed-off-by: Chris Friedt <[email protected]>
  • Loading branch information
cfriedt authored and kartben committed Jan 4, 2025
1 parent 60928a5 commit 7ebb593
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions samples/net/syslog_net/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,5 @@ CONFIG_NET_CONFIG_PEER_IPV4_ADDR="192.0.2.2"

# logging net backend config
CONFIG_LOG_BACKEND_NET=y
CONFIG_POSIX_C_LANG_SUPPORT_R=y
CONFIG_LOG_BACKEND_NET_SERVER="[2001:db8::2]:514"

# Get a proper libc by default in order to get working time function support
CONFIG_REQUIRES_FULL_LIBC=y

0 comments on commit 7ebb593

Please sign in to comment.