diff --git a/inc/dma.h b/inc/dma.h deleted file mode 100644 --- a/inc/dma.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef __dma_H -#define __dma_H - -#include "stm32f0xx_hal.h" - -void dma_init(void); - -#endif