IS_SDMMC_ALL_INSTANCE is not defined in CMSIS/HAL Driver
Unlike STM32F7 (and presumably other STM32 families) which defines IS_SDMMC_ALL_INSTANCE in the CMSIS header file stm32f7**xx.h, the STM32H7 does not define this macro which is required for proper compilation of stm32h7xx_hal_sd.c and stm32h7xx_ll_sdmmc.c
This was observed on package version 1.3.2
Can this get fixed so that we dont need to modify the non-user code section of these files?