HAL_LockTypeDef type error
Posted on May 28, 2016 at 09:58I am compiling code for STM32F746G discovery and I am stuck on an error that makes no sense. The error occurs in stm32f7xx_hal_dma2d.h when in line 190 is declared: HAL_LockTypeDef Lock; The compiler com...