From 40175fd3bdc2771b688d67d6f29dcc7a574c30ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrzej=20G=C5=82=C4=85bek?= Date: Thu, 30 Jan 2020 11:48:37 +0100 Subject: [PATCH] modules: hal: nordic: Fix nrfx log messages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update revision of the hal_nordic module, so that `uint32_t` arguments are casted to `unsigned long` in nrfx log messages. This is done to avoid warnings about providing an argument of type `uint32_t` (which is `unsigned int`) where a `long unsigned int` one is expected. Signed-off-by: Andrzej Głąbek --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index 2856a4b881d..859582ee3c6 100644 --- a/west.yml +++ b/west.yml @@ -47,7 +47,7 @@ manifest: revision: a12d92816a53a521d79cefcf5c38b9dc8a4fed6e path: modules/hal/cypress - name: hal_nordic - revision: 4a1401d1e1cae0bc464eeb9b3e091efec50bf6c9 + revision: 12d7647870888e4cb0e421f2b26884c2e76915ac path: modules/hal/nordic - name: hal_openisa revision: 9bfbe35aad79fdf552dbdae47a894e26be7c022c