Resolved! Missing stm32f7xx_ll_adc.h when using STM32Cube FW_F7 1.16.1
Greetings!I have just migrated my project from Cube firmware F7 1.16.0 to 1.16.1 . Now the compiler complains about a missing "stm32f7xx_ll_adc.h". This is correct since the file does not exist.If I create a new clean project which uses the ADC perip...