Guest User

Untitled

a guest
Feb 20th, 2025
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. From a0b6b5ffb2b4af8f1a509d6e2c800538b495ac6c Mon Sep 17 00:00:00 2001
  2. From: =?UTF-8?q?Bj=C3=B6rn=20Sch=C3=A4pers?= <[email protected]>
  3. Date: Mon, 16 Sep 2024 21:37:32 +0200
  4. Subject: [PATCH] SvdParser: Timer-Interrupt korrekt benannt
  5.  
  6. Change-Id: I7d3f04979d31afb7278c38b23ff6267925fb3d45
  7. ---
  8. module-providers/SvdParser/STM32H743.svd | 2 +-
  9. 1 file changed, 1 insertion(+), 1 deletion(-)
  10.  
  11. diff --git a/module-providers/SvdParser/STM32H743.svd b/module-providers/SvdParser/STM32H743.svd
  12. index bbea80f..71ecc72 100644
  13. --- a/module-providers/SvdParser/STM32H743.svd
  14. +++ b/module-providers/SvdParser/STM32H743.svd
  15. @@ -98949,7 +98949,7 @@ Minimum value is 16</description>
  16. <value>26</value>
  17. </interrupt>
  18. <interrupt>
  19. - <name>TIM_CC</name>
  20. + <name>TIM1_CC</name>
  21. <description>TIM1 capture / compare</description>
  22. <value>27</value>
  23. </interrupt>
  24. --
  25. 2.46.0
  26.  
  27.  
Add Comment
Please, Sign In to add comment