Skip to content

Commit 54d780f

Browse files
committed
manifest: Update sdk-zephyr revision
Update sdk-zephyr revision and align with dns_resolve_reconfigure() API change. Signed-off-by: Robert Lubos <[email protected]>
1 parent fed9b25 commit 54d780f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

samples/cellular/modem_shell/src/drivers/nrf91_non_offloaded_dev.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,8 @@ static void nrf91_non_offload_mdm_socket_worker(struct k_work *unused)
320320
};
321321

322322
dnsctx = dns_resolve_get_default();
323-
ret = dns_resolve_reconfigure(dnsctx, NULL, dns_servers);
323+
ret = dns_resolve_reconfigure(dnsctx, NULL, dns_servers,
324+
DNS_SOURCE_MANUAL);
324325
if (ret < 0) {
325326
mosh_error("Could not set DNS servers");
326327
}

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ manifest:
6565
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
6666
- name: zephyr
6767
repo-path: sdk-zephyr
68-
revision: 1e6c54956840f1d03cb4455b5a93d2ef72864b7d
68+
revision: 6b0b2830c2e7b71c29579f744ca2268227e50499
6969
import:
7070
# In addition to the zephyr repository itself, NCS also
7171
# imports the contents of zephyr/west.yml at the above

0 commit comments

Comments
 (0)