Question
stm32g4xx_ll_rcc.c is not being added when RCC is switched from HAL to LL
I've got a project that's being developed using STM32CubeIDE V 1.18.1
I've switched from using HAL to LL for the RCC, but the stm32g4xx_ll_rcc.c file is not being added to the project (though stm32g4xx_ll_rcc.h is added) - which means that calls to LL_RCC_DeInit() result in a link failure.
