X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=Inc%2Fmain.h;h=85c138822cb06a58168029f761c8605f6fa1b4aa;hb=dc36490487b59b620ccaac0de36f1ebfa254e7d3;hp=feddc774532a62bb95e97f3fe7070e462df92864;hpb=abb212223d07a11a335151a64e111d8a670e93f5;p=home-hw.git diff --git a/Inc/main.h b/Inc/main.h index feddc77..85c1388 100644 --- a/Inc/main.h +++ b/Inc/main.h @@ -42,6 +42,7 @@ #define __MAIN_H__ /* Includes ------------------------------------------------------------------*/ +#include "stm32f1xx_ll_dma.h" #include "stm32f1xx_ll_i2c.h" #include "stm32f1xx_ll_rcc.h" #include "stm32f1xx_ll_bus.h" @@ -50,7 +51,6 @@ #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"