H7: fixed STM32_SDMMC2_NUMBER

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15062 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
akscram 2021-11-11 22:28:56 +00:00
parent b73cd4bb0d
commit 0bc9562ff2
2 changed files with 2 additions and 2 deletions

View File

@ -221,7 +221,7 @@
#define STM32_SDMMC2_HANDLER Vector230
#define STM32_SDMMC1_NUMBER 49
#define STM32_SDMMC2_NUMBER 131
#define STM32_SDMMC2_NUMBER 124
/*
* SPI units.

View File

@ -82,4 +82,4 @@
- NEW: Added SPIv2 support also to STM32WB and STM32WL.
- FIX: Fixed STM32G0B1 demo application hangs debuggers (bug #1200)
(backported to 21.11.1).
- FIX: Fixed STM32_SDMMC2_NUMBER on STM32H7 (bug #1201)