Question
where is stm32l073xx.h included?
Hi,
I my compiler always fails compilation on the first line of stm32l073xx.h, which is totally correct code.
stm32l073xx.h:70:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'typedef'I assume there is a syntax error in the file which includes the stm32l073xx.h.
So I was searching for the code
#include "stm32l073xx.h"in my project and in the HAL drivers, but I could not find it anywhere. Where is this file included? What other problem could cause this problem?
Thanks in advance,
Michael Schmid
