Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

Commit

Permalink
[ocf] Fixed ocf not connecting on frdm_k64f (#1769)
Browse files Browse the repository at this point in the history
Fixes #1660

Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
  • Loading branch information
Jimmy Huang authored and grgustaf committed Jan 19, 2018
1 parent eca5c17 commit e720399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zjs_ocf.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"CONFIG_NET_BUF_RX_COUNT=10",
"CONFIG_NET_BUF_TX_COUNT=10",
"CONFIG_NET_IF_UNICAST_IPV6_ADDR_COUNT=3",
"CONFIG_NET_IF_MCAST_IPV6_ADDR_COUNT=2",
"CONFIG_NET_IF_MCAST_IPV6_ADDR_COUNT=4",
"CONFIG_NET_MAX_CONTEXTS=3",
"CONFIG_NET_APP_SETTINGS=y",
"CONFIG_NET_APP_MY_IPV6_ADDR=\"2001:db8::1\"",
Expand Down

0 comments on commit e720399

Please sign in to comment.