I am merging two projects for STM32F102.
The problem is the compiler errors.
It exist in all HAL driver files rcc, adc, dma... etc.
..\Drivers\STM32F1xx_HAL_Driver\Inc\stm32f1xx_hal_rcc_ex.h(1846):
error: #20: identifier "HAL_StatusTypeDef" is undefined
It is unresonable problem because header file with this
HAL_StatusTypeDef is included.
I created another one header (dup.h) file and put there the same
definition of HAL_StatusTypeDef and the the error is:
↧