modules: hal: nordic: Fix nrfx log messages
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 <andrzej.glabek@nordicsemi.no>
This commit is contained in:
parent
6fd08da96a
commit
40175fd3bd
1 changed files with 1 additions and 1 deletions
2
west.yml
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue