From c8b07e1da353d59f770d032b5badb9dc1d5ad45a Mon Sep 17 00:00:00 2001 From: Kacper Radoszewski Date: Tue, 3 Oct 2023 11:21:56 +0200 Subject: [PATCH] manifest: Update sdk-zephyr to bring compiler error fix Bring in the commit needed to resolve an unused argument compiler error in the logging module. Signed-off-by: Kacper Radoszewski --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index b16c1dd1087c..d9e231d02965 100644 --- a/west.yml +++ b/west.yml @@ -61,7 +61,7 @@ manifest: # https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html - name: zephyr repo-path: sdk-zephyr - revision: 06088342cb531ee470c7f64c8c7c0e10d75de8fc + revision: 47f8b98ba0efe5fee10fcc3ed08842ba2e83fd55 import: # In addition to the zephyr repository itself, NCS also # imports the contents of zephyr/west.yml at the above