]> mj.ucw.cz Git - home-hw.git/blobdiff - Inc/main.h
I2C interrupts
[home-hw.git] / Inc / main.h
index 85c138822cb06a58168029f761c8605f6fa1b4aa..feddc774532a62bb95e97f3fe7070e462df92864 100644 (file)
@@ -42,7 +42,6 @@
 #define __MAIN_H__
 
 /* Includes ------------------------------------------------------------------*/
-#include "stm32f1xx_ll_dma.h"
 #include "stm32f1xx_ll_i2c.h"
 #include "stm32f1xx_ll_rcc.h"
 #include "stm32f1xx_ll_bus.h"
@@ -51,6 +50,7 @@
 #include "stm32f1xx_ll_cortex.h"
 #include "stm32f1xx_ll_utils.h"
 #include "stm32f1xx_ll_pwr.h"
+#include "stm32f1xx_ll_dma.h"
 #include "stm32f1xx_ll_tim.h"
 #include "stm32f1xx.h"
 #include "stm32f1xx_ll_gpio.h"