[LL][ADC] Update LL_ADC_DeInit() API to avoid the infinite loop in case of timeout
diff --git a/Src/stm32f0xx_ll_adc.c b/Src/stm32f0xx_ll_adc.c
index 95a9647..900514c 100644
--- a/Src/stm32f0xx_ll_adc.c
+++ b/Src/stm32f0xx_ll_adc.c
@@ -242,6 +242,7 @@
     {
       /* Time-out error */
       status = ERROR;
+      break;
     }
   }