User Activity

# 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...