Skip to content

Commit 42cd2aa

Browse files
committed
west: Add cmsis-dsp fix for negative shifts
This PR changes some explicit negative right shifts into positive left shifts as required by GCC 14. Signed-off-by: Keith Packard <[email protected]>
1 parent 0349dab commit 42cd2aa

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
@@ -122,7 +122,7 @@ manifest:
122122
groups:
123123
- hal
124124
- name: cmsis-dsp
125-
revision: pull/6/head
125+
revision: pull/7/head
126126
path: modules/lib/cmsis-dsp
127127
- name: cmsis-nn
128128
revision: e9328d612ea3ea7d0d210d3ac16ea8667c01abdd

0 commit comments

Comments
 (0)