diff options
| author | HiFiPhile <[email protected]> | 2026-06-27 12:53:53 +0200 |
|---|---|---|
| committer | HiFiPhile <[email protected]> | 2026-06-27 12:53:53 +0200 |
| commit | 8ee82a55c9f7ab548e3f72f32c1071c837f1444e (patch) | |
| tree | 011262bd0977bf2a8174a0bc0f706dc980c36881 /tools | |
| parent | 29745b62f9c8beebb3a373c8d5a4191867e500b8 (diff) | |
bsp/stm32h5: fix uart definition
Signed-off-by: HiFiPhile <[email protected]>
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/get_deps.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/get_deps.py b/tools/get_deps.py index ebbf9b871..9d745ee26 100755 --- a/tools/get_deps.py +++ b/tools/get_deps.py @@ -134,7 +134,7 @@ deps_optional = { '57ea11f70ebf1850e1048989d665c9070f0bb863', 'stm32h7rs'], 'hw/mcu/st/cmsis_device_h5': ['https://github.com/STMicroelectronics/cmsis_device_h5.git', - '5273b8f134ba65f5b8174c4141b711b5c0d295b2', + '884b8dc78e41cbfca008363342b17f4a9e8641f7', 'stm32h5'], 'hw/mcu/st/cmsis_device_l0': ['https://github.com/STMicroelectronics/cmsis_device_l0.git', '7b7ae8cd71437331e1d7824f157d00c7bb4a5044', |
