Skip to content

Commit 048432d

Browse files
committed
west: Add mbedtls fix for gcc 14.3
This patch (submitted upstream) avoids an incorrect warning generated by gcc 14.3 about array bounds. It should not change the generated code at all. Signed-off-by: Keith Packard <[email protected]> Signed-off-by: Anas Nashif <[email protected]>
1 parent 1b97f4b commit 048432d

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
@@ -308,7 +308,7 @@ manifest:
308308
revision: b03edc8e6282a963cd312cd0b409eb5ce263ea75
309309
path: modules/lib/gui/lvgl
310310
- name: mbedtls
311-
revision: 85440ef5fffa95d0e9971e9163719189cf34d979
311+
revision: pull/73/head
312312
path: modules/crypto/mbedtls
313313
groups:
314314
- crypto

0 commit comments

Comments
 (0)