Skip to content

Commit

Permalink
Network: correct function name in network scvd
Browse files Browse the repository at this point in the history
  • Loading branch information
furbanc committed Nov 8, 2024
1 parent 10b0520 commit 0177d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Components/Network/Network.scvd
Original file line number Diff line number Diff line change
Expand Up @@ -1096,7 +1096,7 @@
<objects>
<object name="Network Component">
<!-- Network library variant -->
<var name="debug" type="int32_t" value="__Symbol_exists(&quot;net_dbg_proc&quot;) || __Symbol_exists(&quot;net_evr_init&quot;)"/>
<var name="debug" type="int32_t" value="__Symbol_exists(&quot;net_debug_proc&quot;) || __Symbol_exists(&quot;net_evr_init&quot;)"/>
<var name="dual_stack" type="int32_t" value="__Symbol_exists(&quot;net_ip6_init&quot;)"/>
<var name="net_lib" type="NetLib" value="dual_stack"/>
<read name="net_ver" type="NetVal" symbol="net_lib_version" const="1"/>
Expand Down

0 comments on commit 0177d50

Please sign in to comment.