dma2d fix
This commit is contained in:
@@ -13,8 +13,10 @@
|
|||||||
|
|
||||||
#if defined(STM32F4)
|
#if defined(STM32F4)
|
||||||
#include "stm32f4xx_hal.h"
|
#include "stm32f4xx_hal.h"
|
||||||
#elif defiend(STM32F7)
|
#elif defined(STM32F7)
|
||||||
#include "stm32f4xx_hal.h"
|
#include "stm32f7xx_hal.h"
|
||||||
|
#else
|
||||||
|
#error "Not supported STM32 family to use DMA2D"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*********************
|
/*********************
|
||||||
|
|||||||
Reference in New Issue
Block a user