Skip to content

Commit 5c0f44f

Browse files
committed
modules: hal_nordic: fix compiler error with CMSIS_6
hal_nordic module includes CMSIS header files even when not compiling for Cortex-M e.g. for babblesim where arch is posix and when updating CMSIS module to CMSIS_6, this results in a compiler error. Signed-off-by: Sudan Landge <[email protected]>
1 parent c3ce5bd commit 5c0f44f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ manifest:
200200
groups:
201201
- hal
202202
- name: hal_nordic
203-
revision: 119ff5b5ec7a413ca2f64ae1928c79eee1e7b7b2
203+
revision: pull/290/head
204204
path: modules/hal/nordic
205205
groups:
206206
- hal

0 commit comments

Comments
 (0)