When updata to V2.4.0, I can't compile stm32F103VG,Tips"C:/Keil_v5/Packs/Keil/STM32F1xx_DFP/2.4.0/RTE_Driver/SPI_STM32F10x.c(480): error: use of undeclared identifier 'RCC_APB1ENR_SPI3EN'"
I fine in Pack V2.3.0, that line 2114 and 2118 is :
#if defined (STM32F10X_HD) || defined (STM32F10X_MD) || defined (STM32F10X_LD) || defined (STM32F10X_XL)
V2.4.0 line 2117 and 2121 is :
#if defined (STM32F10X_HD) || defined (STM32F10X_MD) || defined (STM32F10X_LD)