X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=Inc%2Fmain.h;h=feddc774532a62bb95e97f3fe7070e462df92864;hb=2843696682ad716511cb972d29766b694e18030e;hp=85c138822cb06a58168029f761c8605f6fa1b4aa;hpb=dc36490487b59b620ccaac0de36f1ebfa254e7d3;p=home-hw.git diff --git a/Inc/main.h b/Inc/main.h index 85c1388..feddc77 100644 --- a/Inc/main.h +++ b/Inc/main.h @@ -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"