Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- From a0b6b5ffb2b4af8f1a509d6e2c800538b495ac6c Mon Sep 17 00:00:00 2001
- From: =?UTF-8?q?Bj=C3=B6rn=20Sch=C3=A4pers?= <[email protected]>
- Date: Mon, 16 Sep 2024 21:37:32 +0200
- Subject: [PATCH] SvdParser: Timer-Interrupt korrekt benannt
- Change-Id: I7d3f04979d31afb7278c38b23ff6267925fb3d45
- ---
- module-providers/SvdParser/STM32H743.svd | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
- diff --git a/module-providers/SvdParser/STM32H743.svd b/module-providers/SvdParser/STM32H743.svd
- index bbea80f..71ecc72 100644
- --- a/module-providers/SvdParser/STM32H743.svd
- +++ b/module-providers/SvdParser/STM32H743.svd
- @@ -98949,7 +98949,7 @@ Minimum value is 16</description>
- <value>26</value>
- </interrupt>
- <interrupt>
- - <name>TIM_CC</name>
- + <name>TIM1_CC</name>
- <description>TIM1 capture / compare</description>
- <value>27</value>
- </interrupt>
- --
- 2.46.0
Add Comment
Please, Sign In to add comment