Skip to content

Commit

Permalink
docs: Correct coap IPV6 support requirement comments
Browse files Browse the repository at this point in the history
coap (libcoap) can now be built with or without IPV6.
  • Loading branch information
mrdeep1 committed Jan 2, 2024
1 parent 5d8fb28 commit b1fa570
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/lwip/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ menu "LWIP"
default y
help
Enable IPv6 function. If not use IPv6 function, set this option to n.
If disabling LWIP_IPV6 then some other components (coap and asio) will
If disabling LWIP_IPV6 then some other components (asio) will
no longer be available.

config LWIP_IPV6_AUTOCONFIG
Expand Down
2 changes: 1 addition & 1 deletion docs/en/api-guides/performance/size.rst
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ lwIP IPv6

.. note::

IPv6 is required by some components such as ``coap`` and :doc:`/api-reference/protocols/asio`. These components will not be available if IPV6 is disabled.
IPv6 is required by some components such as :doc:`/api-reference/protocols/asio`. These components will not be available if IPV6 is disabled.

lwIP IPv4
@@@@@@@@@
Expand Down

0 comments on commit b1fa570

Please sign in to comment.