LL library unexpectedly included in "stm32f4xx_hal_adc.h" in STM32Cube_FW_F4_V1.26.0.
# At line #31 /* Include low level driver */ #include "stm32f4xx_ll_adc.h"In my understanding, stm32f4xx_ll_adc.h should not be included in stm32f4xx_hal_adc.h . Since it has no influence on the library. Deleting it did not generate any error. No L...