X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ssr%2FInc%2Fmain.h;h=63231fb47ececcca3ca4e6ed9bbdc7b2e2deedad;hb=9802b6f5e5ea2a431f985dd597836c8b1df373fc;hp=000d9852ccef131adbce47dd523ffab8cc24bbe1;hpb=d06351fae4e82caf11a1439649f9dc276f28f668;p=home-hw.git diff --git a/ssr/Inc/main.h b/ssr/Inc/main.h index 000d985..63231fb 100644 --- a/ssr/Inc/main.h +++ b/ssr/Inc/main.h @@ -42,6 +42,7 @@ #define __MAIN_H__ /* Includes ------------------------------------------------------------------*/ +#include "stm32f1xx_ll_dma.h" #include "stm32f1xx_ll_rcc.h" #include "stm32f1xx_ll_bus.h" #include "stm32f1xx_ll_system.h" @@ -49,7 +50,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_ll_usart.h" #include "stm32f1xx.h"