Skip to content

Commit 694e1a0

Browse files
committed
west: Update silabs hal module to add gcc 14.3 compat fix
This pulls in a trivial type checking error which gcc 14.3 catches between a function prototype and a definition where a parameter type is declared as a enum by the prototype and uint8_t by the definition. Signed-off-by: Keith Packard <keithp@keithp.com>
1 parent 6f9918c commit 694e1a0

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
@@ -235,7 +235,7 @@ manifest:
235235
groups:
236236
- hal
237237
- name: hal_silabs
238-
revision: 190a144a16bed9a938a94543ed5bbc70c0552e0f
238+
revision: pull/123/head
239239
path: modules/hal/silabs
240240
groups:
241241
- hal

0 commit comments

Comments
 (0)